I'm taking an existing swing app and converting its paint method to
SVGGraphics2D. I need to be able to set the id of the components. For
example when I do SVGGraphics2D.drawChars I need to associate an id with
it somehow. The id is needed for scripting purposes. I'm looking at
iterating through the nodes after the doc is completely done but it's
hard to know what is what if you have several path elements in there.

Thanks,
Stephen.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to