From 7328a061d667bee9ce59d90dbbf4fae699445bfc Mon Sep 17 00:00:00 2001 From: baybal Date: Wed, 29 Nov 2017 18:12:48 +0800 Subject: [PATCH] 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 --- README.md | 4 ++-- images/svg/rss.svg | 2 +- images/svg/twitter.svg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3973e6bf..bfa50009 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
252 Bytes
270 Bytes
451 Bytes -
428 Bytes +
438 Bytes
630 Bytes @@ -58,7 +58,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
597 Bytes -
310 Bytes +
305 Bytes
573 Bytes
379 Bytes
567 Bytes diff --git a/images/svg/rss.svg b/images/svg/rss.svg index 9e1b0046..1d2a4249 100644 --- a/images/svg/rss.svg +++ b/images/svg/rss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/svg/twitter.svg b/images/svg/twitter.svg index b553c68d..a3a49a7a 100644 --- a/images/svg/twitter.svg +++ b/images/svg/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file