Shrank Crystal to 229 bytes (#567)

* optimized path in crystal.svg

* updated README with new byte count
This commit is contained in:
Zach Frohardt
2021-07-30 03:00:47 -07:00
committed by GitHub
parent 58d87b863d
commit b0f72334ae
2 changed files with 2 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ Say thanks!
<td>Kemal Framework<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/kemal.svg" width="125" title="Kemal Framework" /><br>340 Bytes</td>
<td>Ruby On Rails<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/rubyonrails.svg" width="125" title="Ruby On Rails" /><br>480 Bytes</td>
<td>Kotlin<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/kotlin.svg" width="125" title="Kotlin" /><br>251 Bytes</td>
<td>Crystal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/crystal.svg" width="125" title="Crystal"/><br>244 Bytes</td>
<td>Crystal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/crystal.svg" width="125" title="Crystal"/><br>229 Bytes</td>
</tr>
<tr>
<td>Semaphore CI<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/semaphoreci.svg" width="125" title="Semaphore CI" /><br>640 Bytes</td>

View File

@@ -3,4 +3,4 @@ aria-label="Crystal" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M200 46L46 200l56 210 210 56 154-154-56-210-210-56zm7 307L57 203l205-55-55 205z"/></svg>
fill="#fff"/><path d="m46 200 56 210 210 56 154-154-56-210-210-56zm11 3 205-55-55 205z"/></svg>

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 229 B