From 6e7f4bf69e594cc18640c52785351ab84f42c103 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 25 May 2020 03:44:23 +0300 Subject: update svgtopdf script for use with inkscape 1.0 --- dotfiles/.local/bin/svgtopdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local') diff --git a/dotfiles/.local/bin/svgtopdf b/dotfiles/.local/bin/svgtopdf index f59bd98..e97e7e6 100755 --- a/dotfiles/.local/bin/svgtopdf +++ b/dotfiles/.local/bin/svgtopdf @@ -6,4 +6,4 @@ base="${file%.*}" cd "$dir" || exit -inkscape -z -D --file="$file" --export-pdf="$base.pdf" +inkscape "$file" -D --export-type=pdf --export-filename="$base.pdf" -- cgit v1.2.3