[Webkit-unassigned] [Bug 20933] Canvas fillText() using a linear or radial gradient for the fill style incorrectly renders the shadow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 00:55:26 PDT 2008


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


john.engelhart at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Canvas fillText() using a   |Canvas fillText() using a
                   |radial gradient for the fill|linear or radial gradient
                   |style incorrectly renders   |for the fill style
                   |the shadow                  |incorrectly renders the
                   |                            |shadow




------- Comment #2 from john.engelhart at gmail.com  2008-09-19 00:55 PDT -------
I just double checked the bug report and realized it might not be clear exactly
what the problem is:

The shadow for both canvases are set to the exact same thing (other than the
color): X and Y offset of +1, and a blur of 0px.

The FAIL convas obviously has an offset of 0, 0, not the expected 1, 1.  When
using a radial gradient fill, no shadow offset values 'stick', it's always
reset to 0, 0.

vvvvvv
UPDATE: This also fails for linear gradients.
^^^^^^


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