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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Aug 28 15:33:32 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10408





------- Comment #1 from macdome at opendarwin.org  2006-08-28 15:33 PDT -------
One way to do this is to save off a bitmap copy of the SVG subtree on
suspendRedraw, and then use that for any paint() calls during the suspended
period.  Only after a unsuspendRedraw would normal drawing resume.

I'm not sure what the needs for hit-testing are.

suspendRedraw might have to actually freeze the whole rendering subtree, not
sure.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list