From efc4865c783e86812e34fd18ac333d5215dce708 Mon Sep 17 00:00:00 2001 From: Manuel Mendez <708570+mmlb@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:16:37 -0500 Subject: [PATCH] Reduce logo sizes even more (#9211) * Reduce logo.svg even more While reading through commits to helix I saw https://github.com/helix-editor/helix/pull/9106 and wondered if the relatively-new-to-me svgo would do better than -95B diff, indeed it does. Seeing as this file is "a minified file we're basically treating as binary" anyway I figured might as well minify it further. * Minimize all the svg logos --- logo.svg | 2 +- logo_dark.svg | 116 +------------------------------------------------ logo_light.svg | 116 +------------------------------------------------ 3 files changed, 3 insertions(+), 231 deletions(-) diff --git a/logo.svg b/logo.svg index a2d1c1109..1408f897f 100644 --- a/logo.svg +++ b/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/logo_dark.svg b/logo_dark.svg index f6e94f1b4..30ff77963 100644 --- a/logo_dark.svg +++ b/logo_dark.svg @@ -1,115 +1 @@ - - + \ No newline at end of file diff --git a/logo_light.svg b/logo_light.svg index cdd5ddb8b..014443bce 100644 --- a/logo_light.svg +++ b/logo_light.svg @@ -1,115 +1 @@ - - + \ No newline at end of file