[Webkit-unassigned] [Bug 52639] New: -webkit-radial-gradient() defaults to circular instead of elliptical gradients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 10:28:25 PST 2011


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

           Summary: -webkit-radial-gradient() defaults to circular instead
                    of elliptical gradients
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tabatkins at google.com


If you use -webkit-radial-gradient() and omit the size/shape parameter, it should default to "ellipse cover", per the CSS3 spec.  Instead, it appears to default to "circle cover".

Testcase:
<!doctype html>
<div style="width: 300px; height: 200px; border: thick solid; background: -webkit-radial-gradient(red, yellow);"></div>

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