Hi Bartosz,

Bartosz Celmer wrote:

With my application I’m modifying CDATA section in SVG to change line style exactly width in OnZoom event. Every thing works great accept, that just before current view is going to render zoomed, I can see changed style, everything looks like double repaint. Working with big SVG files makes it looking very annoying. I wonder if there is any way to stop the first occurrence of repaint (after style is changed). My code looks like:

In my experience the zoom happens then the update happens. The problem is that the onZoom event is delivered after the repaint is scheduled for the main canvas. It would be nice if they system would delay the repaint until after all onZoom event handlers had been triggered. Unfortunately this was tricky to do.

    This is something that would be nice to fix, but last time I
looked at it, it was going to be tricky.  I can't really make
any suggestions on good ways to approach the problem although
I can try and answer questions.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to