Hello,
I want to remove nodes I developed.
I used the function, "removeChild(e)".
It works fine when I tried to remove childnodes.

But how can I remove root node from canvas?
Even though I removed all childnodes, the root node is still in svg canvas.

When I used the function

svgRoot.getParentNode().removeChild(svgRoot);
It caused the error "org.w3c.dom.DOMException: The child node (type: 1,
name: entity) is missing."

Can you guys give me a solution?








-- 
Saehoon Cheon
The University of Arizona
Dept.Electrical and Computer Engineering

Reply via email to