aboutsummaryrefslogtreecommitdiffhomepage
path: root/gen/png
diff options
context:
space:
mode:
Diffstat (limited to 'gen/png')
-rwxr-xr-xgen/png4
1 files changed, 2 insertions, 2 deletions
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"