> I use Batik output SVG,I use SVGGraphic2D to do this,now I need add > some my element into my SVG files, which API I should use? thank you for > your help > You can access to the generated DOM tree through the SVGGraphics2D. So feel free to add/remove/modify some elements inside the tree before any serialization (if needed). Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
