Indeed, when drawing fewer than 250 <line> objects through DOM, all the major browsers running in Windows (except FF2) will take less than a second for creating and rendering, at least by my reckoning. Once you get up to 1000 or more objects, then there seems to be a hint of nonlinearity to the time-print (for all the browsers) with curvature, alas, as one would expect.
David ----- Original Message ----- From: Andreas Neumann To: [email protected] Sent: Monday, October 22, 2007 9:43 AM Subject: [svg-developers] Re: Calling all geometry specialists: coordinate grid on a sphere (not OT) > I can imagine that drawing a single polyline between two crossings would do the trick, but > that would increase the number of DOM elements in a strong way. Since I have been > experiencing trouble with FF 2.0.0.7 (Mac) when drawing major amounts of SVG DOM > elements I would like to refrain from doing this. (Your opinion?) I don't care about FF2 on the Mac, it is too slow and too buggy. It will be gone soon. FF3 is coming soon and is much faster, especially on the Mac. FF3 on Mac is just as quick as FF3 on Windows. The number of lines you use is not very large, so there shoulnd't be any performance problems (besides maybe FF2 on the Mac). and yes, as Eric stated, clip-path may help you solve the problem with clipping off geometry outside the circle/ellipse. Andreas [Non-text portions of this message have been removed] ----- 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/

