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,4 @@
<svg role="img" aria-label="DigitalOcean" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#0080ff">
<rect height="512" rx="15%" width="512" fill="#fff"/>
<path d="M256,391v85a220,220 0 1 0 -220,-220h85a135,135 0 1 1 135,135 H51v-55h55v120h65V306h85z"/>
<path d="M256 391v85a220 220 0 1 0 -220 -220h85a135 135 0 1 1 135 135 H51v-55h55v120h65V306h85z"/>
</svg>

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 274 B