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,14 +1,12 @@
<svg role="img" aria-label="Ubuntu" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect width="512" height="512" rx="15%" fill="#E95420"/>
<circle cx="256" cy="256" r="170"/>
<circle cx="256" cy="256" r="100" fill="#E95420"/>
<circle cx="60" cy="256" r="60" fill="#E95420"/>
<circle cx="60" cy="256" r="45"/>
<circle cx="60" cy="256" r="60" transform="rotate(120 256 256)" fill="#E95420"/>
<circle cx="60" cy="256" r="45" transform="rotate(120 256 256)"/>
<circle cx="60" cy="256" r="60" transform="rotate(240 256 256)" fill="#E95420"/>
<circle cx="60" cy="256" r="45" transform="rotate(240 256 256)"/>
<rect x="245" y="80" height="80" width="22" transform="rotate(90 256 256)" fill="#E95420"/>
<rect x="245" y="80" height="80" width="22" transform="rotate(210 256 256)" fill="#E95420"/>
<rect x="245" y="80" height="80" width="22" transform="rotate(330 256 256)" fill="#E95420"/>
</svg>
<svg role="img" aria-label="Ubuntu" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
<rect width="512" height="512" rx="15%" fill="#E95420"/>
<circle cx="256" cy="256" r="170"/>
<circle cx="256" cy="256" r="100" fill="#E95420"/>
<circle cx="60" cy="256" r="60" fill="#E95420"/>
<circle cx="60" cy="256" r="45"/>
<circle cx="60" cy="256" r="60" transform="rotate(120 256 256)" fill="#E95420"/>
<circle cx="60" cy="256" r="45" transform="rotate(120 256 256)"/>
<circle cx="60" cy="256" r="60" transform="rotate(240 256 256)" fill="#E95420"/>
<circle cx="60" cy="256" r="45" transform="rotate(240 256 256)"/>
<path fill="#E95420" d="M432 245v22h-80v-22zM177.53 413.92l-19.06-11 40-69.28 19.06 11zm-19.06-304.84l19.06-11 40 69.28-19.06 11z"/>
</svg>

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 767 B