From d60d254ab40d07169f0e49ca10bcc5721f1a6e91 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 25 Aug 2022 16:25:28 +1000 Subject: [PATCH] scaled icons up so they don't get blurry --- keyboard.svg | 5 +++-- launcher.svg | 5 +++-- switcher.svg | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/keyboard.svg b/keyboard.svg index 7b77a56..2d9f886 100644 --- a/keyboard.svg +++ b/keyboard.svg @@ -7,8 +7,9 @@ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" - width="64" - height="64" + width="512" + height="512" + viewBox="0 0 64 64" id="svg2453"> diff --git a/launcher.svg b/launcher.svg index 1c4afbf..40e1440 100644 --- a/launcher.svg +++ b/launcher.svg @@ -7,8 +7,9 @@ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" - width="48" - height="48" + width="512" + height="512" + viewBox="0 0 48 48" id="svg4405"> diff --git a/switcher.svg b/switcher.svg index 8063043..d4e7a22 100644 --- a/switcher.svg +++ b/switcher.svg @@ -1,7 +1,8 @@