[Webkit-unassigned] [Bug 221294] New: conic-gradient with stops starting after 1turn is blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 13:40:13 PST 2021


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

            Bug ID: 221294
           Summary: conic-gradient with stops starting after 1turn is
                    blank
           Product: WebKit
           Version: Safari 14
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim.bugs at gmail.com

Testcase URL:

data:text/html,<div style="width: 200px;height: 200px; background: conic-gradient(red 1.1turn, orange 1.2turn);"/>


Associated WPT: https://searchfox.org/mozilla-central/source/testing/web-platform/tests/css/css-images/normalization-conic-2.html


I think Chrome and Firefox behavior of rendering the first stop color is reasonable since it's consistent with how linear or radial gradients are handled (in all browsers):

data:text/html,<div style="width: 200px;height: 200px; background: linear-gradient(red 300px, orange 310px);"/>

data:text/html,<div style="width: 200px;height: 200px; background: radial-gradient(red 300px, orange 310px);"/>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210202/90170863/attachment.htm>


More information about the webkit-unassigned mailing list