--- In [email protected], "slavaraitsin" <[EMAIL PROTECTED]> wrote: > > 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 Hi, I just want to confirm your problem! I have the same one using Adobe plugin. addChild is working fast but removeChild is extremly slow and hang the browser, sometime we can believe the browser has crached. I am planning to test in Mozilla SVG enable version to see if I have the same issue when not using a plugin.
----- 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/

