Hi, On Fri, 2006-08-18 at 07:03 -0700, milof wrote: > much thanks for help, > however even though the svg file is being propely loaded I cannot save the > changes that i'm making inside it (i'm not sure if the changes are not being > made or if i just can't save them). >
You can check the Document (DOM Tree), whether the the modify is taking place. You could save the document by stream it into string and save the string into file eg: org.apache.batik.dom.util.DOMUtilities.writeDocument(Document doc, Writer w) Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
