1package Bio::Graphics::Glyph::cross;
2
3use strict;
4use base qw(Bio::Graphics::Glyph::crossbox);
5
6sub my_description {
7    "This is identical to the crossbox glyph and is present here for ".
8    "DAS compatibility.";
9}
10
11
121;
13