Shrink the size of thisamericanlife.svg by optimizing path (#498)

* Shrink the size of thisamericanlife.svg by optimizing path

* Shrank vivino.svg by optimizing its path. Also improved the fidelity of the logo by fixing some misalignments
This commit is contained in:
Zach Frohardt
2020-12-12 08:11:52 -08:00
committed by GitHub
parent ab26d19277
commit e6370939b8
3 changed files with 5 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path
d="M90 170v98h117v-98zM247.7 170v29.25h175.3v-29.25zM247.7 239v29.25h175.3v-29.25zM208 420.4V336.25H90V307H423v29.25H278z" fill="#ed0017"/></svg>
d="M90 170v98h117v-98zm157.7 0v29.25h175.3v-29.25zm0 69v29.25h175.3v-29.25zm30.3 97.25h145V307H90v29.25H208V420.4z" fill="#ed0017"/></svg>

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 302 B

View File

@@ -3,4 +3,5 @@ aria-label="Vivino" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#a91b2a"/><path stroke-linecap="round" stroke-width="70" stroke="#fff" d="M299 79zm-41 70zm-42 70zm87 0zm-127 72zm86 0zm86 0zm-127 69zm87 0zm-43 73z"/></svg>
fill="#a91b2a"/><path stroke-linecap="round" stroke-width="70" stroke="#fff"
d="m181 291zm41-70zm0 140zm40 70zm0-140zm0-140zm40-70zm0 140zm0 140zm41-70z"/></svg>

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 294 B