From 95d348665b8ac2b8e1b6db74bdc9846339eea131 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 29 Aug 2016 17:25:40 +0100 Subject: [PATCH] inkscape: slight improvement to last example desc --- 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 921501fbc..6d37aca5d 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="path1555", rotate the duplicate 90 degrees, save the SVG, and quit: +- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the SVG file, and close it: -`inkscape {{filename.svg}} --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose` +`inkscape {{filename.svg}} --select=path123 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose`