RESOLVED WORKSFORME 52639
-webkit-radial-gradient() defaults to circular instead of elliptical gradients
https://bugs.webkit.org/show_bug.cgi?id=52639
Summary -webkit-radial-gradient() defaults to circular instead of elliptical gradients
Tab Atkins
Reported 2011-01-18 10:28:25 PST
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>
Attachments
Wyatt710
Comment 1 2011-02-02 14:59:44 PST
It apears to not even be able to go into ellipse
Simon Fraser (smfr)
Comment 2 2011-02-18 08:35:12 PST
Um, this has worked since I implemented the new gradients.
Simon Fraser (smfr)
Comment 3 2011-02-18 08:45:05 PST
Oh, Linux. This is a Chromium bug then. Go file it at crbugs.
Note You need to log in before you can comment on or make changes to this bug.