Reduce size of React logo (#172)

This commit is contained in:
Jude Gibbons
2019-03-03 12:54:39 +00:00
committed by Terence Eden
parent 4be15d95f6
commit b046a50266
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ Say thanks!
<td>PHP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/php.svg" width="125" title="PHP" /><br>842 Bytes</td> <td>PHP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/php.svg" width="125" title="PHP" /><br>842 Bytes</td>
<td>Laravel<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/laravel.svg" width="125" title="Laravel" /><br>583 Bytes</td> <td>Laravel<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/laravel.svg" width="125" title="Laravel" /><br>583 Bytes</td>
<td>Drupal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/drupal.svg" width="125" title="Drupal" /><br>1002 Bytes</td> <td>Drupal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/drupal.svg" width="125" title="Drupal" /><br>1002 Bytes</td>
<td>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>436 Bytes</td> <td>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>401 Bytes</td>
<td>Vue<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vue.svg" width="125" title="Vue" /><br>286 Bytes</td> <td>Vue<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vue.svg" width="125" title="Vue" /><br>286 Bytes</td>
</tr> </tr>
<tr> <tr>

View File

@@ -3,4 +3,4 @@ aria-label="React" role="img"
viewBox="0 0 512 512"><rect viewBox="0 0 512 512"><rect
width="512" height="512" width="512" height="512"
rx="15%" rx="15%"
fill="#fff"/><circle cx="256" cy="256" fill="#61dafb" r="36"/><g fill="none" stroke="#61dafb" stroke-width="18"><ellipse cx="256" cy="256" rx="183" ry="71"/><ellipse cx="-93" cy="350" rx="183" ry="71" transform="rotate(-60)"/><ellipse cx="350" cy="-93" rx="183" ry="71" transform="rotate(60)"/></g></svg> fill="#fff"/><g transform="translate(256,256)"><circle cx="0" cy="0" r="36" fill="#61dafb"/><g stroke="#61dafb" stroke-width="18" fill="none"><ellipse id="a" rx="183" ry="71"/><use href="#a" transform="rotate(60)"/><use href="#a" transform="rotate(120)"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 401 B