From f407f7686f6d083fad15cc2a14752309bf6caaac Mon Sep 17 00:00:00 2001 From: Brian Tremblay Date: Thu, 26 Nov 2020 02:48:00 -0800 Subject: [PATCH] Shrinks ubuntu.svg (#487) * Shrinks ubuntu.svg Uses 1 circle with stroke for main ring instead of 2 separate circles. Simplifies path. * Changes fill in outer circle to none Based on @Erwan-le-Gall improvement in #490 , this commit changes the fill in the large `circle` from the same color as the containing `rect` to `none`, shaving off 3 bytes. --- README.md | 2 +- images/svg/ubuntu.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22a6ee87..40bb9f9a 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Say thanks! Android

551 Bytes Arch Linux

425 Bytes GNU/Linux

965 Bytes -Ubuntu

492 Bytes +Ubuntu

455 Bytes Windows

270 Bytes Elementary OS

767 Bytes diff --git a/images/svg/ubuntu.svg b/images/svg/ubuntu.svg index b0ef8d25..a3b40eaa 100644 --- a/images/svg/ubuntu.svg +++ b/images/svg/ubuntu.svg @@ -3,4 +3,4 @@ aria-label="Ubuntu" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#e65e17"/> \ No newline at end of file