NOBUG: Fixed SVG browser compatibility

This commit is contained in:
David Monllao 2016-05-13 18:33:22 +08:00
parent 6f8adf29fd
commit 60152a2828

View File

@ -6,7 +6,7 @@
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="overflow:visible;enable-background:new 0 0 16 16;"
xml:space="preserve">
xml:space="preserve" preserveAspectRatio="xMinYMid meet">
<defs>
</defs>
<path style="fill:#999999;" d="M15.5,5.3c0.8,0.4,0.4,1.3,0.4,1.3s-3.8,7.6-5.1,8.7C9.1,16.6,5.3,15.9,4,15

Before

Width:  |  Height:  |  Size: 1011 B

After

Width:  |  Height:  |  Size: 1.0 KiB