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,4 +1,4 @@
<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="#f60"/>
<path d="M101 56l129 255v145h52V311L411 56h-57l-98 192-94-192z" fill="#fff"/>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#f60" height="100%" rx="15%" width="100%"/>
<path d="m101 56 129 255v145h52v-145l129-255h-57l-98 192-94-192z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 206 B