Update to previous request (#58)

* Use arcs to save space on path arcs and be more true to original geometry

* Use single path for equal width rectangles

* Deleted unneeded commas

* reduce path count by using stroke linecap

* use single path instead of 4 rects, use fill rule to forego entering M for every rect

* Using arcs

* Fix typos
This commit is contained in:
baybal
2017-11-27 13:08:10 +03:00
committed by Terence Eden
parent a484b2c8c2
commit f001e1d2b0
5 changed files with 9 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
<svg role="img" aria-label="Open Source" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" version="1">
<path d="M286 342a84 84 0 1 0-60 0l-56 147a241 241 0 1 1 172 0l-56-147" fill="#3da639"/>
<path d="M342 490a9 9 0 0 1-8-6l-56-147c-2-4 0-9 5-11a75 75 0 0 0 43-97 75 75 0 1 0-97 97c5 2 7 7 5 11l-56 147a9 9 0 0 1-12 5A248 248 0 0 1 23 167 248 248 0 0 1 346 23a248 248 0 0 1 143 323 250 250 0 0 1-147 144zM256 23A232 232 0 0 0 39 173a231 231 0 0 0 126 297l50-131a93 93 0 1 1 82 0l50 131a233 233 0 0 0-91-447z" fill="#1d531d"/>
<path d="M170 480a240 240 0 1 1 170 0l-53-146a84 84 0 1 0-63 0z" fill="#3da639" stroke="#1d531d" stroke-width="18" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 258 B