[Webkit-unassigned] [Bug 16859] Canvas repaints too much

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 13 02:47:14 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16859





------- Comment #2 from oliver at apple.com  2008-01-13 02:47 PDT -------
Okay further investigation has shown a gain when the canvas is very large (eg.
1000x1000), but also when scaled in css, eg.
<canvas width="1000" height="1000" style="width:500px; height: 500px"
></canvas>

there is a substantial benefit *provided* the painting is spread out
suffuciently or over a compact enough region to prevent repaint rect coalescing
from effectively repainting the entire canvas 




-- 
Configure bugmail: http://bugs.webkit.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