Hi,
        I use a SVG file, where I put dynamically a g element (as child of the  Node 
named "place" in the tree). This g element is made of 500 elements (text,
circles, xlink, a). This g element is a "layer". My application has to remove
this layer on a user command (I use a popup menu item for this). In the
removal method, I use place.removeChild(myGElement) in a RunnableQueue.
        My problem is that my g element is no longer in the DOM tree but is still
rendered (even if I put other elements in the DOM tree or zoom or pan) : I
PrintWritered into files the DOM tree to make comparitions...

        What can I do to force my removed DOM element not to remain rendered onto the
SVGCanvas?

Thank you :)

-- 
Jean-Christophe Arnu
Paratronic

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to