[Webkit-unassigned] [Bug 42300] New: Canvas: Don't add shadow rect to dirty region when shadow alpha is 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 16:05:04 PDT 2010


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

           Summary: Canvas: Don't add shadow rect to dirty region when
                    shadow alpha is 0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Performance
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com
                CC: oliver at apple.com


CanvasRenderingContext2D::willDraw() will always add the current shadow rect to the dirty region.
We can skip this if the current shadow color has a zero alpha value.

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