Marcelo Gilman wrote:
I am experimenting problems when trying to save and then show an SVGDocument. The code I am using is included below. If I do not save it, then the graphic is shown and if I save it (as in the included code) the graphic is not shown (a white frame appears).
I think that the stream is changing what getRoot is returning. I would suggest calling getRoot() and calling XmlWriter yourself directly with the returned element (you might take a look at what stream is doing as it does do some nice stuff for you but most of it's functionality is in XmlWriter).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]