From 03736fc61feb27e80e9ee0d94a39642691f72885 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 8 Aug 2015 01:19:28 +0200 Subject: [PATCH] Use 600 DPI for printing. --- bin/inkscape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/inkscape b/bin/inkscape index ab13ab6..d0ace1e 100755 --- a/bin/inkscape +++ b/bin/inkscape @@ -1,3 +1,3 @@ #!/bin/sh # Workaround for -exec /usr/bin/inkscape --export-dpi=300 "$@" +exec /usr/bin/inkscape --export-dpi=600 "$@" -- 2.47.2