From 085380b2bcdac0a2653f5bf1772c4bea2676be82 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 16 Nov 2022 16:08:53 +0100 Subject: [PATCH] Exported SVG DPI is now 300 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77719b6..770dfa3 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ buildall: images build $(GENERATED_IMAGES_DIR)/%.png : images/svg/%.svg @echo build $@ #mkdir -p $(GENERATED_IMAGES_DIR) - inkscape --export-type=png -o $@ $< + inkscape --export-type=png --export-dpi=300 -o $@ $< echo: @echo "svg files: $(svgfiles)"