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

@@ -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