From 5b9958d77af79582f130a69954e28e1cbc1d3720 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 9 Sep 2016 04:02:40 +0100 Subject: [PATCH] inkscape: use FileQuit instead of FileClose probably more useful in the general case --- pages/common/inkscape.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/inkscape.md b/pages/common/inkscape.md index 6d37aca5db..dfa30dce40 100644 --- a/pages/common/inkscape.md +++ b/pages/common/inkscape.md @@ -23,6 +23,6 @@ `inkscape {{filename.svg}} --export-pdf={{filename.pdf}} --export-text-to-path` -- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the SVG file, and close it: +- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the file, and quit Inkscape: -`inkscape {{filename.svg}} --select=path123 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose` +`inkscape {{filename.svg}} --select=path123 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileQuit`