133013311332133313341335133613371338133913401341
"xml:base", svgDoc.getURL()); } if (prettyPrint) { SVGTranscoder trans = new SVGTranscoder(); trans.transcode(new TranscoderInput(svgDoc), new TranscoderOutput(writer)); } else { DOMUtilities.writeDocument(svgDoc, writer); }