Shrunk digidentity to two paths. Some times an arc is cheaper on bytes than a circle element

This commit is contained in:
Pavel Nikulin
2017-11-27 14:18:06 +00:00
parent c024bdb2a1
commit f0688c47f9
2 changed files with 5 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/line.svg" width="125" title="Line" /><br>484 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/line.svg" width="125" title="Line" /><br>484 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/lastpass.svg" width="125" title="LastPass" /><br>332 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/lastpass.svg" width="125" title="LastPass" /><br>332 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/windows.svg" width="125" title="Microsoft Windows" /><br>278 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/windows.svg" width="125" title="Microsoft Windows" /><br>278 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/digidentity.svg" width="125" title="Digidentity" /><br>794 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/digidentity.svg" width="125" title="Digidentity" /><br>397 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/ubuntu.svg" width="125" title="Ubuntu" /><br>926 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/ubuntu.svg" width="125" title="Ubuntu" /><br>926 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/bitbucket.svg" width="125" title="Atlassian BitBucket" /><br>823 Bytes</td> <td><img src="https://edent.github.io/SuperTinyIcons/tiny/bitbucket.svg" width="125" title="Atlassian BitBucket" /><br>823 Bytes</td>
</tr> </tr>

View File

@@ -1,12 +1,5 @@
<svg role="img" aria-label="Digidentity" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> <svg role="img" aria-label="Digidentity" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-width="28">
<rect fill="#fff" height="512" rx="15%" width="512"/> <rect fill="#fff" height="512" rx="15%" width="512"/>
<circle cx="256" cy="256" r="19" fill="#00e864"/> <path stroke="#000" d="M256 42v150m0 128v150M42 256h150m128 0h150M104 104l106 106m92 92l106 106m0-304L302 210"/>
<rect x="242" y="28" height="178" width="28" rx="3%"/> <path stroke="#00e864" d="M208 300L102 406m149-150a5 5 0 0 0 10 0 5 5 0 0 0-10 0"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(45 256 256)"/>
<rect x="302" y="242" height="28" width="178" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(135 256 256)"/>
<rect x="242" y="302" height="178" width="28" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(225 256 256)" fill="#00e864"/>
<rect x="28" y="242" height="28" width="178" rx="3%"/>
<rect x="242" y="28" height="178" width="28" rx="3%" transform="rotate(315 256 256)"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 397 B