Hi Guillaume,
"Guillaume Rosauro" <[EMAIL PROTECTED]> wrote on 05/28/2007 09:21:31 AM:
> I would like to get the last element inserted after a SVGGraphics2D.
> drawImage and then set an id attribute on this element.
>
> How is it possible?
You have to call 'getRoot' (which clears the contents of the
Graphics2D) and then walk it's DOM tree in backwards order (getLastChild),
The last 'leaf' node should be what you want.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]