[Webkit-unassigned] [Bug 42149] [CAIRO] performance issues on Canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 11:52:13 PDT 2010


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





--- Comment #4 from Dirk Schulze <krit at webkit.org>  2010-08-18 11:52:13 PST ---
We call save and restore on every filling or stroking of a path. And on filling a path, we call cairo_paint_with_alpha instead of cairo_fill if we don't have alpha for regular colors. I guess it would be a speedup if we can get rid of it somehow.

It's not only canvas, SVG has the same issues.

-- 
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