make the GF logo fit precisely in a square

This commit is contained in:
kr.angelov
2014-12-10 10:29:27 +00:00
parent 81fda41fbc
commit 4c83d98381

View File

@@ -2,13 +2,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="320" height="240" version="1.1" xmlns="http://www.w3.org/2000/svg">
<svg width="240" height="240" version="1.1" xmlns="http://www.w3.org/2000/svg">
<filter id="A"><feGaussianBlur stdDeviation="2"/></filter>
<path filter="url(#A)"
d="M159.5,227.5 v-51 h59 m-59,0 v-53 h114 a110.5,105 0 1,1 -24,-66"
d="M120,227.5 v-51 h59 m-59,0 v-53 h114 a110.5,105 0 1,1 -24,-66"
fill="none" stroke="black" stroke-width="4" opacity="0.25"
stroke-linejoin="round" stroke-linecap="round"/>
<path d="M157.5,225.5 v-51 h59 m-59,0 v-53 h114 a110.5,105 0 1,1 -24,-66"
<path d="M120,225.5 v-51 h59 m-59,0 v-53 h114 a110.5,105 0 1,1 -24,-66"
fill="none" stroke="red" stroke-width="4"
stroke-linejoin="round" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 692 B