Anonymous Monk
has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to take a rather long string and create an SVG from it that displays the string as a block of text. Ideas?
Comment on
Create SVG with text wrapping from string?
Replies are listed 'Best First'.
Re: Create SVG with text wrapping from string?
by
Anonymous Monk
on Apr 09, 2012 at 04:09 UTC
SVG::Element
->text...
[reply]
Back to
Seekers of Perl Wisdom