Hi, I'm working on a rather big project using SVG as rendering engine. We are facing mayor performance problems when using removeChild java script method to remove or replace a subtree of the SVG DOM. Depending on the number of child nodes the removeChild method gets really slow. We have a subtree with ~8000 child nodes. Removing it with removeChild take more than 90 seconds on a P4 1.7 Ghz with 1GB RAM!!!! We also tried using replaceChild but same problem. Does anybody have the same problems ? Any solution or workaround ???
Thank a lot for your help... Slava ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

