From 84f306bce157b974a8b540487a316d28a3416323 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 22 Dec 2021 16:45:15 -0500 Subject: Make icon an SVG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s still saved as a PNG in the extension package, but rendering it from an SVG produces a better-looking result and is easier to work with. --- gen/png | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen') diff --git a/gen/png b/gen/png index 337fda1..cab38c7 100755 --- a/gen/png +++ b/gen/png @@ -15,5 +15,5 @@ set -eu -cp "$1" "$2" -optipng -o7 "$2" +inkscape -w "$2" -h "$2" -o "$3" "$1" +optipng -o7 "$3" -- cgit v1.2.3