RSS icon changed to a single path (#79)

* 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

* Changed side for OSI icon

* Changed size for windows logo

* Changed size for ghost logo

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

* Concatenated paths

* RSS icon shrunk to a single path of 4 arcs

* An incomparably more geometrically correct version that is just few bytes longer and GZIP friendly

* Forgot aria label
This commit is contained in:
baybal
2017-11-29 18:12:48 +08:00
committed by Terence Eden
parent 3f92bce44e
commit 7328a061d6
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" aria-label="RSS" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="orange" rx="15%"/><circle cx="123" cy="389" r="67" fill="#fff"/><path fill="none" stroke="#fff" stroke-width="68" d="M56 89c203 0 367 164 367 367m-133 0c0-128-105-234-234-234"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" aria-label="RSS" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="orange" rx="15%"/><path fill="none" stroke="#fff" stroke-width="68" d="M56 89a367 367 0 0 1 367 367m-133 0A235 235 0 0 0 56 222m34 167a32 32 0 0 1 66 0 32 32 0 0 1-66 0"/></svg>

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 304 B