Hi folks, Does the number of SVG objects affects the SVG performance? coz in my application I have a scenario where the number of SVG elements goes to 5000. In that case the browser (IE and FF) is becoming very slow, also its occupying more than 50% of the CPU memory all the time(I am using a system with 2GB RAM). In that case editing any of the SVG element is becoming a pain. Its taking lot of time to select, edit and save those changes?
Here I have an idea but dont know how it works? Right now all of the 5000 elements are inside the same layer, Whenever user selects an element to edit, I want to add tht element to a different layer(Lets say 'edit layer') and want to save changes to those elements which are inside this 'edit layer'. Will that improves the performance? Or is there any other way to improve the performance? ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

