Use svgcleaner to increase the smallness

Fixes #19
This commit is contained in:
edent
2017-04-16 11:33:27 +01:00
parent e50d32d2fb
commit ff2003b84f
36 changed files with 128 additions and 129 deletions

View File

@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512">
<rect height="100%" width="100%" rx="15%" ry="15%" fill="#FF0084"/>
<g style="fill:#FFF">
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#ff0084" height="100%" rx="15%" width="100%"/>
<g fill="#fff">
<circle cx="150" cy="256" r="100"/>
<circle cx="365" cy="256" r="100"/>
</g>

Before

Width:  |  Height:  |  Size: 251 B

After

Width:  |  Height:  |  Size: 222 B