NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Dan Poltawski 2015-10-14 10:49:00 +01:00
parent 4d9edf1b15
commit cfa945308d
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="12px" height="12px" viewBox="0 0 12 12" style="overflow:visible;enable-background:new 0 0 12 12;"
xml:space="preserve">
xml:space="preserve" preserveAspectRatio="xMinYMid meet">
<defs>
</defs>
<path style="fill:#999999;" d="M10.967,3.014c-0.376,0.716-0.843,1.336-1.418,1.811C9.201,5.111,8.335,5.7,7,5.914v0.545L6.453,7

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 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="12px" height="12px" viewBox="0 0 12 12" style="overflow:visible;enable-background:new 0 0 12 12;"
xml:space="preserve">
xml:space="preserve" preserveAspectRatio="xMinYMid meet">
<defs>
</defs>
<path style="fill:#999999;" d="M5.8,12H0V2.6L2.6,0H10v4.1c0-0.8-0.4-1.5-1-1.8V1H4v3H1v7h3.8L5.8,12z M11.8,8l-3.5,3.7

Before

Width:  |  Height:  |  Size: 842 B

After

Width:  |  Height:  |  Size: 878 B