From 42a8df75fa4eee4d240c2775398136c989a34769 Mon Sep 17 00:00:00 2001 From: baybal Date: Wed, 31 Jan 2018 01:32:33 +0600 Subject: [PATCH] Fix to #109 (#125) * 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 * Restoring arcs --- images/svg/digitalocean.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/svg/digitalocean.svg b/images/svg/digitalocean.svg index 4662e4e1..44b1cf4f 100644 --- a/images/svg/digitalocean.svg +++ b/images/svg/digitalocean.svg @@ -3,4 +3,4 @@ aria-label="DigitalOcean" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file