[svg-developers] Re: Detecting when rendering is complete

2007-05-30 Thread heldermagalhaes
Is there some way to tell when a complex page has actually finished drawing? I am trying to do some timing to see how much time various things take in the SVG DOM. If I add, for example, 3000 text nodes using code like: try{suspendHandle = Root.suspendRedraw(1);} catch(e){}

Re: [svg-developers] Re: Detecting when rendering is complete

2007-05-30 Thread ddailey
Helder wrote: Anyway, I made a test file which can be of any use. I tested with several SVG implementations (Firefox 2.0.3 and 3.0 alpha4, Opera 9.21, Batik 1.7 beta1, IE7+ASV 6.0 beta, Renesis 0.7 and eSVG 2.4) and obtained results vary a lot. A few thoughts on results: Thanks Helder. Your