I am just starting using SVG and Java. I was able to stream the drawing as a SVG to system.out just using the example from the batik kit site, but how do I save it into a "xxx.svg" file?
Hi Alice,
Take a look at 'java.io.FileOutputStream' this will let you construct an output stream that writes to a file.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]