Hi, It is depends on what you want, if you want to append the svg itself use the appendChild() approach as suggested by other. However, if you want only display the dot/anything but not changing the underlying svg just draw on top Java Graphics object (it is simpler)
Regards Tonny Kohar http://www.kiyut.com On Mon, 2004-01-05 at 14:56, Arvinder Singh wrote: > Hi, > > 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. > > Thanks, > > -Andy > > PS: My email program froze on me when i send my previous message and i'm > not sure if it went through so i'm sending this out again. I am sorry if > you got 2 identical emails from me. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
