From 2779ac1bc2d668086960ab7e0a4fb2b914b3cfaa Mon Sep 17 00:00:00 2001 From: baybal Date: Mon, 27 Nov 2017 17:59:46 +0300 Subject: [PATCH] Update to previous request (#71) * 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 --- README.md | 10 +++++----- tiny/digidentity.svg | 15 ++++----------- tiny/intel.svg | 5 +---- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b9630811..cf9b5656 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
484 Bytes
332 Bytes -
371 Bytes -
794 Bytes +
278 Bytes +
397 Bytes
926 Bytes
823 Bytes @@ -115,13 +115,13 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
375 Bytes
401 Bytes -
406 Bytes -
540 Bytes +
276 Bytes +
258 Bytes
327 Bytes
280 Bytes -
1,012 Bytes +
990 Bytes
498 Bytes diff --git a/tiny/digidentity.svg b/tiny/digidentity.svg index ae5dd606..4e5cc4eb 100644 --- a/tiny/digidentity.svg +++ b/tiny/digidentity.svg @@ -1,12 +1,5 @@ - + - - - - - - - - - - + + + \ No newline at end of file diff --git a/tiny/intel.svg b/tiny/intel.svg index 81012da8..f020f04b 100644 --- a/tiny/intel.svg +++ b/tiny/intel.svg @@ -1,7 +1,4 @@ - - - - + \ No newline at end of file