I modified my code, so i'm working with JSVGCanvas into JFrame...
> You might try printing the result of
> SVGDocument.getFirstChild().
>
how can i print a node in my console?
i wrote this but it doesn't nothing:
StringWriter stringWriter = new
java.io.StringWriter();
try {
org.apache.batik.dom.util.DOMUtilities.writeNode(doc.getFirstChild(),
stringWriter);
} catch (IOException e1) {
e1.printStackTrace();
}
--
View this message in context:
http://www.nabble.com/save-into-a-file-tf2612562.html#a7292358
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]