[Webkit-unassigned] [Bug 31713] New: default value for Canvas shadowColor is black, but not honored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 01:07:36 PST 2009


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

           Summary: default value for Canvas shadowColor is black, but not
                    honored
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xtof at thesoftwarefactory.be


Created an attachment (id=43564)
 --> (https://bugs.webkit.org/attachment.cgi?id=43564)
test-case illustrating the problem

Given and empty Canvas, checking the (default) value for shadowColor yields
"black". fillText doesn't take this in account. When setting shadowColor
explicitly to "black" and calling fillText, it does render with shadow. 

The problem is that the default value for shadowColor shouldn't be "black" but
"rgba(0,0,0,0.0)".

Attached a small test case and screenshot of the corresponding incorrect
result.

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