minor change

This commit is contained in:
rolux 2012-06-18 10:53:51 +02:00
parent b0e170d4e6
commit 619bc0afb5

View file

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<g stroke="#404040" stroke-width="32">
<rect x="32" y="160" width="192" height="64" fill="none"/>
<path d="M 32,160 l 24,-128 144,0 24,128" fill="none"/>
<g fill="none" stroke="#404040" stroke-width="32">
<rect x="32" y="160" width="192" height="64"/>
<path d="M 32,160 l 24,-128 144,0 24,128"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 244 B