2008/1/19, Dmitry Suzdalev &lt;<a href="mailto:dimsuzkde@gmail.com">dimsuzkde@gmail.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Saturday 19 January 2008 19:40:12 Burkhard Lehner wrote:<br>&gt; You could check for every paint event if the window size has changed until<br>&gt; the last paint event, and render the SVG graphics only if needed.<br>Here&#39;s where I&#39;ll catch you :)
<br>How would you determine which paint event is *last* in series of paint events?<br>:)<br><br>If you have some way to determine that - it would solve all these problems.</blockquote><div><br>What about scanning through the event queue, if there is still a pending resize event? If so, better don&#39;t paint anything, and don&#39;t render any SVG, because it will be void for sure a few milliseconds later.
<br>Maybe I again miss something.<br><br>Cheers,<br>Burkhard<br></div><br></div>