From 1fd16aa105af4f2ae35e0b687f35a7d15efa352e Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 29 Aug 2016 17:24:11 +0100 Subject: [PATCH] inkscape: fix typo (double equal signs) --- pages/common/inkscape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/inkscape.md b/pages/common/inkscape.md index 9481fc3340..921501fbca 100644 --- a/pages/common/inkscape.md +++ b/pages/common/inkscape.md @@ -21,7 +21,7 @@ - Export an SVG document to PDF, converting all texts to paths: -`inkscape {{filename.svg}} --export-pdf=={{filename.pdf}} --export-text-to-path` +`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: