Le Mon, 5 Jan 2004 02:56:12 -0500 (EST) Arvinder Singh <[EMAIL PROTECTED]> me disait que :
> I'm new to Batik/SVG, and i'm trying to develop a java application using
> batik that will load a svg file, display it, and then display a dot
> (or any other simple graphic) on top of that svg at specified co-
> ordinates.
> Upto now i have been sucessful in gettign the SVG file to display, but i
> don't know how to add something on top of that. Any information would
> be appreciated.
Hi,
You can appendChild (the child is your "dots or other SVG object" you want
the document to be decorated) to root node of your DOM document.(That's the
way I do it). Don't forget to set the document ALWAYS_DYNAMIC if you apply
changes to it!
regards,
--
Jean-Christophe Arnu
Paratronic
pgp00000.pgp
Description: PGP signature
