Run SVGO (#62)

* Run SVGO

* Add tiniest/ for super-optimized files

* Update sizes in readme
This commit is contained in:
CapacitorSet
2017-11-27 18:22:47 +01:00
committed by Terence Eden
parent f3f297cd2f
commit 945e1c3f1e
155 changed files with 401 additions and 220 deletions

View File

@@ -1,6 +1,6 @@
<svg role="img" aria-label="Delicious" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#FFFFFF" x="0" y="0" width="256" height="256"></rect>
<rect fill="#333333" x="0" y="256" width="256" height="256"></rect>
<rect fill="#EEEEEE" x="256" y="256" width="256" height="256"></rect>
<rect fill="#3399FF" x="256" y="0" width="256" height="256"></rect>
</svg>
<path fill="#FFF" d="M0 0h256v256H0z"/>
<path fill="#333" d="M0 256h256v256H0z"/>
<path fill="#EEE" d="M256 256h256v256H256z"/>
<path fill="#39F" d="M256 0h256v256H256z"/>
</svg>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 276 B