aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/svgtopdf
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/svgtopdf')
-rwxr-xr-xdotfiles/.local/bin/svgtopdf2
1 files changed, 1 insertions, 1 deletions
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"