[Webkit-unassigned] [Bug 221253] New: 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 05:18:51 PST 2021


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

            Bug ID: 221253
           Summary: Safari doesn't show image added by background-image
                    property decoded base64 svg
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andrei.moskalev at confirmit.com

Initialy Safari 14.0.3 doesn't render image added by background-image property which use decoded base64 svg. 
If try set and unset background image from devtools than image showing.
If run script below image showing.
<script> 
document.querySelector('selector').style.setProperty('display', 'none');
setTimeout(()=>document.querySelector('selector').style.setProperty('display', 'block'), 0);
</script>

-- 
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/20210202/82f62f1b/attachment.htm>


More information about the webkit-unassigned mailing list