[Webkit-unassigned] [Bug 38400] New: Failure on http://philip.html5.org/tests/canvas/suite/tests/2d.shadow.alpha.5.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 13:22:03 PDT 2010


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

           Summary: Failure on
                    http://philip.html5.org/tests/canvas/suite/tests/2d.sh
                    adow.alpha.5.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qi.2.zhang at nokia.com
                CC: Chang.Shu at nokia.com


In this case, shadow should use the alpha information which was set at style in
painting

ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.fillStyle = 'rgba(64, 0, 0, 0.5)';
ctx.shadowColor = '#00f';
ctx.shadowOffsetY = 50;
ctx.fillRect(0, -50, 100, 50);

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