[Webkit-unassigned] [Bug 26059] New: Crash in radial gradients with a radius of zero.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 04:49:34 PDT 2009


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

           Summary: Crash in radial gradients with a radius of zero.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: deanm at chromium.org
                CC: eric at webkit.org


This is a Skia-specific bug, originally from the Chromium bug tracker:

http://code.google.com/p/chromium/issues/detail?id=10731&can=3&colspec=ID%20Stars%20Pri%20Area%20Type%20Status%20Summary%20Modified%20Owner%20Mstone

The problem is that if we ask Skia to create a radial gradient with a radius of
zero, it will fail and return NULL.  I don't see a way to return a failure from
this code, so I will just map zero to the smallest possible radius.

Patch and layout test coming.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list