Shrinks adobe.svg (#495)

Uses z command in `path` to close shapes,
reducing size of `d` attribute.
This commit is contained in:
Brian Tremblay
2020-11-17 14:51:41 -08:00
committed by GitHub
parent 7f68c320cd
commit 6dd17e8251
2 changed files with 2 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ Say thanks!
<td>Ubiquiti<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ubiquiti.svg" width="125" title="Ubiquiti"/><br>558 Bytes</td>
</tr>
<tr>
<td>Adobe<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/adobe.svg" width="125" title="Adobe"/><br>260 Bytes</td>
<td>Adobe<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/adobe.svg" width="125" title="Adobe"/><br>238 Bytes</td>
<td>Homekit<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/homekit.svg" width="125" title="Homekit"/><br>821 Bytes</td>
<td>Pixelfed<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/pixelfed.svg" width="125" title="Pixelfed"/><br>989 Bytes</td>
<td>Samsung<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/samsung.svg" width="125" title="Samsung"/><br>1023 Bytes</td>

View File

@@ -3,4 +3,4 @@ aria-label="Adobe" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#ed2224"
rx="15%"/><path fill="#fff" d="M296 120l114 272V120H296m-194 0v272l114-272H102m105 217h52l23 55h46l-73-173-48 118"/></svg>
rx="15%"/><path fill="#fff" d="M296,120h114v272zm-80,0h-114v272zm39,99l-48,118h52l23,55h46z"/></svg>

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 238 B