[Webkit-unassigned] [Bug 211609] fill url(#linearGradient) doesn't work after #linearGradient changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 20:50:42 PDT 2020


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

--- Comment #2 from wildfire0304 <fengbo at zhihu.com> ---
<svg viewBox="0 0 24 24" width="24" height="24" fill="currentColor" class='.icon'>
  <defs>
    <linearGradient id="linearGradient" x1=0 y1=0 x2=1 y2=1>
      <stop offset="0" stop-color="#f50000"></stop>
      <stop offset="1" stop-color="#00bfff"></stop>
    </linearGradient>
  </defs>
  <circle cx=12 cy=12 r=6 fill="url(#linearGradient)"></circle>
</svg>

 ID `#linearGradient` will appear more than two times, and then disappear in this case

-- 
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/20200508/4735d455/attachment.htm>


More information about the webkit-unassigned mailing list