Hi Brian, Brian Corrigan <[EMAIL PROTECTED]> wrote on 04/05/2007 06:57:06 AM:
> I have an SVGCanvas and point it to a file. I then add circle elements > to the doc returned from svgCanvas.getSVGDocument(). These are added to > a group with an id "user_group". I then write these with the > DOMUtilities writeDocument method. When I read this outputted file later > in the doc I can't see the the circle element, instead I just have a > text node. If I draw 2 circles, I see one of the circles and a text > node, 3 circles, I see 2 of the circles and a text node, etc. > > Does anybody know why this happens and can you point me to some way of > fixing this? I have not seen the behavior you describe before, and with no sample code or even sample output I can't help any more. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
