template.svg: Remove redundant space

SVGO doesn’t remove it, so let’s do it manually.
This commit is contained in:
Mathias Bynens 2014-01-03 19:12:07 +01:00
parent 08172c504b
commit dc1f063cf0

View File

@ -18,7 +18,7 @@
<rect rx="4" x="{{=it.widths[0]}}" width="{{=it.widths[1]}}" height="18" fill="{{=it.colorB||"#4c1"}}"/>
<rect x="{{=it.widths[0]}}" width="4" height="18" fill="{{=it.colorB||"#4c1"}}"/>
<rect rx="4" width="{{=it.widths[0]+it.widths[1]}}" height="18" fill="url(#smooth)"/>
<g fill="#fff" text-anchor="middle" font-family="Verdana, sans-serif" font-size="10">
<g fill="#fff" text-anchor="middle" font-family="Verdana,sans-serif" font-size="10">
<text x="{{=it.widths[0]/2+1}}" y="12" filter="url(#shadow)">{{=it.text[0]}}</text>
<text x="{{=it.widths[0]+it.widths[1]/2-1}}" y="12" filter="url(#shadow)">{{=it.text[1]}}</text>
</g>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB