From 72c77ef5fc6bdb6805d399c10b8b43881709911b Mon Sep 17 00:00:00 2001
From: Daniel Rudolf <github.com@daniel-rudolf.de>
Date: Sat, 23 Nov 2019 18:10:44 +0100
Subject: [PATCH] Improve Pico's logo

Remove clear spaces (for flexibility, clear spaces should be implemented using CSS paddings), reset `preserveAspectRatio` to default `xMidYMid`
---
 img/pico.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/img/pico.svg b/img/pico.svg
index 1e64a98..7294c2e 100644
--- a/img/pico.svg
+++ b/img/pico.svg
@@ -1 +1 @@
-<svg height="400" preserveAspectRatio="none" viewBox="0 0 400 400" width="400" xmlns="http://www.w3.org/2000/svg"><path d="m298.4 194.7q0-14.15-.8-31.2l-.85-14.25h-51.05v89.95l8 1.1q9.6 1.05 17.6 1.05 7.95 0 17.5-1.05 4.8-.55 7.95-1.1 1.65-22.2 1.65-44.5m-69.75-45.8h-49.3v182.45l7.7.85q9.3.8 17 .8 12.3 0 24.6-1.65z" fill="#2eae9b" transform="translate(-38.85 -40.95)"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="m298.4 194.7q0-14.15-.8-31.2l-.85-14.25h-51.05v89.95l8 1.1q9.6 1.05 17.6 1.05 7.95 0 17.5-1.05 4.8-.55 7.95-1.1 1.65-22.2 1.65-44.5m-69.75-45.8h-49.3v182.45l7.7.85q9.3.8 17 .8 12.3 0 24.6-1.65z" fill="#2eae9b" transform="translate(-138.85 -140.95)"/></svg>
-- 
GitLab