[Webkit-unassigned] [Bug 20373] GraphicsContext needs to support Gradients and Patterns (to let us get rid of #ifdefs)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 23 00:26:57 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20373
------- Comment #11 from vbs85 at gmx.de 2008-08-23 00:26 PDT -------
Created an attachment (id=22950)
--> (https://bugs.webkit.org/attachment.cgi?id=22950&action=view)
Colors from future
Canvas takes fillSytle() from the future, if the current fillStyle() is broken.
The attachement discribes the problem: There should be 3 rects. The first is
the one on the right/bottom. And should be red.
The second rect on the right/top should be filled with fillStyle = "#f00)"; but
fillstyle is broken, therefore it should use the old fillstyle of the first
rect (webkit without the patch fill it transparent).
And after the fill-operation of the second rect I initialise a new fillstyle,
blue (this time valid). And the third rect on the left side should be blue.
But with the patch, the rect with the invalid fillStyle gets rendered blue too.
Webkit has an oracle now and can use fillstyles in the future :-).
--
Configure bugmail: https://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