[Webkit-unassigned] [Bug 221253] Safari doesn't show image added by background-image property decoded base64 svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 22:35:55 PST 2021


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

--- Comment #9 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
Please attach the whole test case as a file which includes the css, the html document and the javascript. Click the "Add an attachment" above and attach it as an HTML file.

Also the background-image above:

background-image: url(data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' stroke='rgba(0, 0, 0, 0.54)' stroke-width='2' fill='none'/%3E%3C/svg%3E);

is not base54 encoded data url as indicated in the title.

-- 
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/20210203/58094ed8/attachment.htm>


More information about the webkit-unassigned mailing list