Hello,
I want to animate a simple svg object ("rect" for example) in SVG.
The way I found is to identify it with an id and add an "animate" tag
referencing this id at the end of the SVG file.
I use SVGGraphic2D to generate the SVG.
I try to navigate into the DOM tree but the only tag I can access is the "g"
tag incorporating my "rect" tag.
Is there a way to add an id to my simple svg object still using the
SVGGraphic2D class?
Thanks a lot
Best regards
Jean-Fran�ois Selber
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]