Hello,
I'm currently writing a small Java tool for generating SVG files from
a set of data. At the moment I have am generating the SVG in a
rather naive way, by sticking data values into a SVG template, which
works well enough for the structures I'm generating. However I will
need to add text to the images, more specifically variable length
lines of text. I require this text to be word wrapped within a
defined area and for separate blocks of text to be stacked on top of
each other.
I've been planning on using Batik's swing component for the purpose
of previewing these images, but I was wondering if I would be able to
solve my text problem with Batik's other components.
I'd be really grateful if someone could point me in the right direction.
Regards
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]