NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Sara Arjona
2025-02-27 16:54:33 +01:00
parent df0407029f
commit d62012b8f1
+1 -1
View File
@@ -1,7 +1,7 @@
<svg xml:space="preserve" width="24" height="24"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
viewBox="-20 -20 310 310">
viewBox="-20 -20 310 310" preserveAspectRatio="xMinYMid meet">
<defs>
<linearGradient x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(117.89574 -168.37253 -168.37253 -117.89572 48.802 192.187)" spreadMethod="pad" id="a">
<stop style="stop-opacity:1;stop-color:#283174" offset="0"/>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB