[Webkit-unassigned] [Bug 41732] [Cairo] Bring behavior of paths on the Cairo GraphicsContext into line with the CoreGraphics port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 18:03:24 PDT 2010


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





--- Comment #14 from Martin Robinson <mrobinson at webkit.org>  2010-07-29 18:03:24 PST ---
It turns out that fillRect/strokeRect relied on fillPath/strokeRect and should not have. I've moved the common logic to helper functions fill/strokeCurrentCairoPath and now fillRect, strokeRect, fillPath and strokePath all call those helpers.

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