[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:15:56 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221253
--- Comment #2 from andrei <andrei.moskalev at confirmit.com> ---
html:
<div class="cf-single-answer">
<div class="cf-single-answer__text">asd</div>
</div>
css:
.cf-single-answer {
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);
background-size: 24px;
background-repeat: no-repeat;
background-position: left top;
padding-left: 40px;
line-height: 24px;
min-height: 24px;
cursor: pointer;
}
--
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/7c3f11e7/attachment.htm>
More information about the webkit-unassigned
mailing list