[Webkit-unassigned] [Bug 10408] SVGSVGElement does not support suspendRedraw, unsuspendRedraw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 10:19:07 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=10408





--- Comment #7 from Philip Rogers <pdr at google.com>  2012-06-04 10:19:06 PST ---
(In reply to comment #6)
> We are using SVG to create UI for our WeApp and we feel a need for suspendRedraw. The case is as follows. As scrolling is not supported by SVG we have implemented our own scrolling using translation but what we have observed is that scrolling is not smooth if the whole of UI has lots of images like 200 of them. Now this could be because the whole page is repainted and drawing only that  part of the svg document which has scrolling would probably solve our problem.
> 
> So I would urge someone to support suspendRedraw and so please prioritize it
> 
> In general once you provide the feature people will use them and infact find interesting uses of them. So please do not think of dropping this

Would suspendredraw actually solve your usecase? If repaint is suspended, the portions of the svg document that were not visible initially would not have been drawn to begin with, and therefore would not be available when you scroll the svg portion. While drawing is suspended, the SVG portion would not be redrawn at all, which is probably not what you want.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list