Hi Thomas, > Well you can do what ever you want when you export the document > to an SVG file. You can do a deep clone of the document and modify > the clone before writing it to disk.
Actually my SVGDocument contains some SVG image elements which was created dynamically using 'createElementNS(SVGGraphView.SVG_NS, "image")' with "xlink:href" attribute without base64. But while exporting into SVG file, my SVG image elements must be saved using Base64EncoderStream. Then only exported .svg file will contain all the depended image elements. So should i change all the image elements with base64 in cloned document before exporting into svg? or Is it possible to do anythng in DOMUtilities.writeNode? Thanks, Sudhakar -- View this message in context: http://www.nabble.com/Exporting-to-SVG-problem-tf2013573.html#a5575000 Sent from the Batik - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
