[Webkit-unassigned] [Bug 41190] New: Canvas: Don't paint with empty radial gradients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 20:55:51 PDT 2010


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

           Summary: Canvas: Don't paint with empty radial gradients
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: HTML5
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


CanvasRenderingContext2D shouldn't paint anything with radial gradients that have x0==x1, y0==y1 and r0==r1.
Similar logic is already in place for linear gradients.

This would fix canvas/philip/tests/2d.gradient.radial.equal.html on Qt.

The test is not skipped on mac, so I suppose there's something further down the stack that prevents painting with these gradients.

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