[Webkit-unassigned] [Bug 6103] <canvas> rectangle fills don't work with gradients

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Mar 9 08:26:41 PST 2006


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





------- Comment #6 from darin at apple.com  2006-03-09 08:26 PDT -------
(From update of attachment 6887)
I found a bug that I'll fix while landing.

CGContextClip needs to be called after setting up the path. It was being called
before, so we were actually filling the entire canvas, not just the rectangle!
The test case shows the problem, because the filled rectangle is too big.


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