OK, you're right !!! I should have thought about it !!

Herve Girod

Hi Herve,
   It is intentional that the SVGGraphics2D does not change the document
that you give it.  The document is used only as a factory for DOM elements.
If you want to append the results of the SVGGraphics2D to a document then
you need to pass the element you want the content appended to into the getRoot method.

'getRoot()' intentionally returns a disconnected tree.


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

Reply via email to