hi, instead of svgGenerator.stream(out, useCSS); (while out is a StringBuffer)
I would like to svgGenerator.read(mySvgAsString, useCSS); (while mySvgAsString is 100% valid SVG, as its generated by Batik too) So the question is how to read a generated SVG from a String into a SVGGraphics2D ... sothat I can continue in manipluation? that must be possible somehow, but I don't find any example of it. any ideas? thanks -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [email protected]
