From fb1d6c5caf376ade6b0ce14cd4413a700a8efee6 Mon Sep 17 00:00:00 2001 From: "." <.> Date: Thu, 15 May 2025 04:02:00 +0200 Subject: [PATCH] update inkscape command line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85f3722..25b897d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: tileset.png character.png tileset.png: tileset4.svg - inkscape -Cd 192 --export-png-antialias 1 --export-png=$@ $< + inkscape -Cd 192 -o $@ $< character.png: character_5.blend mkdir render.tmp/ -- 2.39.5