Turned ellipses into a single path

This commit is contained in:
Pavel Nikulin
2019-03-11 21:49:25 +06:00
parent 3ddaf0cf3c
commit c810a70ae8
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,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>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>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>401 Bytes</td>
<td>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>361 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>

View File

@@ -3,4 +3,4 @@ aria-label="React" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
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>
fill="#fff"/><circle cx="256" cy="256" r="36" fill="#61dafb"/><path stroke="#61dafb" stroke-width="18" fill="none" d="M317.47 291.43a71 183 30 1 0-.05.09zm-122.89.09a183 71 60 1 0-.05-.09zm61.47 35.43a183 71 0 1 0-.1 0z"/></svg>

Before

Width:  |  Height:  |  Size: 401 B

After

Width:  |  Height:  |  Size: 361 B