Hi Thomas, > Are you drawing anything to the SVGGraphics2D? > At some point before you stream the contents of the Graphics2D you need > to paint stuff into it (probably the entire contents of the GVT tree from > your SVG document).
After drawing the in Graphics2D using paint menthod, i can able to save the whole document. But it is looking like raster format, so i couldn't zoom in to larger size. if i zoom in the exported svg file, there is no scalable vector quality. Is there any way to store only images(.svg) in raster format and other elements like line, rectangle, text and etc in scalable format? Thanks, Sudhakar -- View this message in context: http://www.nabble.com/Exporting-to-SVG-problem-tf2013573.html#a5608300 Sent from the Batik - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
