From 3561c86a688420d5c958e3800811ae2843fabbe8 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 19:14:25 +0000 Subject: [PATCH 1/7] Use arcs to save space on path arcs and be more true to original geometry --- tiny/digitalocean.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny/digitalocean.svg b/tiny/digitalocean.svg index 0eb6aa666..1007fa156 100644 --- a/tiny/digitalocean.svg +++ b/tiny/digitalocean.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file From 91dcf21bf84bbb4f00dcceb544c8b5fc1ff25051 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 19:38:22 +0000 Subject: [PATCH 2/7] Use single path for equal width rectangles --- tiny/ghost.svg | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tiny/ghost.svg b/tiny/ghost.svg index a4e2fa3c3..58aa6e6b2 100644 --- a/tiny/ghost.svg +++ b/tiny/ghost.svg @@ -1,8 +1,4 @@ - + - - - - - - + + \ No newline at end of file From 53f319329d9cc67ce938cdc12e02c325e5dfec13 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 20:01:34 +0000 Subject: [PATCH 3/7] Deleted unneeded commas --- tiny/digitalocean.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny/digitalocean.svg b/tiny/digitalocean.svg index 1007fa156..991c3a345 100644 --- a/tiny/digitalocean.svg +++ b/tiny/digitalocean.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file From 7a99c4dcabfc050cebee112c321218994f4bad4e Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 20:39:35 +0000 Subject: [PATCH 4/7] reduce path count by using stroke linecap --- tiny/phone.svg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tiny/phone.svg b/tiny/phone.svg index e6922a3ff..115722998 100644 --- a/tiny/phone.svg +++ b/tiny/phone.svg @@ -1,8 +1,5 @@ - - - - - - + + + \ No newline at end of file From 9a667daec24c1ae7afe90e5cee3a692f262bbfc0 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 21:23:43 +0000 Subject: [PATCH 5/7] use single path instead of 4 rects, use fill rule to forego entering M for every rect --- tiny/windows.svg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tiny/windows.svg b/tiny/windows.svg index 973d1ced9..f68bd2693 100644 --- a/tiny/windows.svg +++ b/tiny/windows.svg @@ -1,7 +1,4 @@ - - - - + From d0138120523ffad78ce1a895049180b73d290851 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 21:57:51 +0000 Subject: [PATCH 6/7] Using arcs --- tiny/opensource.svg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiny/opensource.svg b/tiny/opensource.svg index 8f7809152..c6e765716 100644 --- a/tiny/opensource.svg +++ b/tiny/opensource.svg @@ -1,4 +1,3 @@ - - + \ No newline at end of file From c667a83d84bfc4fa31485b9a8ab469793150ed65 Mon Sep 17 00:00:00 2001 From: Pavel Nikulin Date: Sun, 26 Nov 2017 22:00:28 +0000 Subject: [PATCH 7/7] Fix typos --- tiny/opensource.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny/opensource.svg b/tiny/opensource.svg index c6e765716..962d80c57 100644 --- a/tiny/opensource.svg +++ b/tiny/opensource.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file