NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Dan Poltawski 2013-11-06 20:26:46 +08:00
parent dcd02d8b0e
commit 9306ed2cf5
2 changed files with 2 additions and 2 deletions

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="M4.4,13H0V9.9l2.2-1.3C2.6,8.4,2.6,8,2.3,7.6c0,0-1.3-1.5-1.3-3.2C1,2,2.5,0,4.4,0s3.4,2,3.4,4.4

Before

Width:  |  Height:  |  Size: 993 B

After

Width:  |  Height:  |  Size: 1.0 KiB

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="22px" height="12px" viewBox="0 0 22 12" style="overflow:visible;enable-background:new 0 0 22 12;"
xml:space="preserve">
xml:space="preserve" preserveAspectRatio="xMinYMid meet">
<defs>
</defs>
<path style="fill:#999999;" d="M11.9,7C12,6.7,12,6.3,12,6s0-0.7-0.1-1l-1.6-0.3c-0.1-0.3-0.2-0.6-0.4-0.9l0.9-1.3

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB