From: Petter Reinholdtsen Date: Fri, 7 Aug 2015 23:19:28 +0000 (+0200) Subject: Use 600 DPI for printing. X-Git-Tag: edition-2015-10-10~339 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/03736fc61feb27e80e9ee0d94a39642691f72885?ds=sidebyside Use 600 DPI for printing. --- 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 "$@"