[Webkit-unassigned] [Bug 61882] New: [CG] GraphicsContext::fillRoundedRect() ignores the gradient fill the CGContextFillEllipseInRect() code path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 13:39:25 PDT 2011


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

           Summary: [CG] GraphicsContext::fillRoundedRect() ignores the
                    gradient fill the CGContextFillEllipseInRect() code
                    path
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: ianh at apple.com


The CGContextFillEllipseInRect() fast path in GraphicsContext::fillRoundedRect() doesn't go through GraphicsContext::fillPath(), so ignores the gradient fill style.

I don't think this code path can be hit via canvas or CG, but we should fix it anyway. Regressed in bug 58098.

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