[Bioperl-l] SVG output with Bio::Graphics::Panel fails
Sendu Bala
bix at sendu.me.uk
Wed Feb 28 21:29:32 UTC 2007
I have GD 2.35 and GD::SVG 2.33 installed.
I have a working script in which a Bio::Graphics::Panel object is made
and output with:
print $panel->png;
This is fine. Changing it to:
print $panel->svg;
Gives the error:
Can't locate object method "svg" via package "GD:Image" at
/.../Bio/Graphics/Panel.pm line 971, <DATA> line 192.
Am I supposed to do something else to get this to work?
Cheers,
Sendu.
More information about the Bioperl-l
mailing list