[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:52:25 PDT 2020


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

--- Comment #3 from wildfire0304 <fengbo at zhihu.com> ---
(In reply to wildfire0304 from comment #1)
> <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(#wildfire0304)"></circle>
> </svg>
> 
>  ID `#linearGradient` will appear more than two times, and then disappear in
> this case

can't delete this comments, you can see the next

-- 
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/0e2679af/attachment.htm>


More information about the webkit-unassigned mailing list