[Webkit-unassigned] [Bug 227219] New: fill with currentColor and later color change via CSS is not applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 08:59:44 PDT 2021


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

            Bug ID: 227219
           Summary: fill with currentColor and later color change via CSS
                    is not applied
           Product: WebKit
           Version: Safari 14
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: peter at krautzource.com
                CC: zimmermann at kde.org

The following simplified example renders a blue circle in Blink and Gecko but a red circle in WebKit.

   <svg viewBox="0 0 100 100" width="100" xmlns="http://www.w3.org/2000/svg" style="color:red;">
     <g fill="currentColor">
       <g style="color:blue;">
         <circle cx="50" cy="50" r="50" />
       </g>
     </g>
   </svg>

-- 
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/20210621/22922365/attachment-0001.htm>


More information about the webkit-unassigned mailing list