diff options
author | Michael Schwarz <michi.schwarz@gmail.com> | 2015-02-26 11:33:48 +0100 |
---|---|---|
committer | Michael Schwarz <michi.schwarz@gmail.com> | 2015-02-26 11:33:48 +0100 |
commit | c4cd6f8c3dd46f040db86537c3b320f2670e11d3 (patch) | |
tree | 93d8658c41c5182f4881d29af85ae5185b662365 | |
parent | fb1243f5690ef6b7aaddeb95535e942a34e5d064 (diff) | |
download | pogojig-c4cd6f8c3dd46f040db86537c3b320f2670e11d3.tar.gz pogojig-c4cd6f8c3dd46f040db86537c3b320f2670e11d3.tar.bz2 pogojig-c4cd6f8c3dd46f040db86537c3b320f2670e11d3.zip |
Added explanation for required Inkscape version.
-rw-r--r-- | readme.creole | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.creole b/readme.creole index 5cfff98..052df98 100644 --- a/readme.creole +++ b/readme.creole @@ -14,8 +14,9 @@ Branch `examples` additionally contains a few example source files which are rea ** It is recommended to a recent development snapshot, e.g. version 2014.11.05 or later. ** The current release version (2014.03) generates invalid dependency information if the path to the project contains spaces or other characters that need to be treated specially in a makefile and also has trouble with 2D shapes containing holes. The current development version solves these problems. -* Inkscape +* Inkscape > 0.91 ** Used to export DXF files to SVG. +** At least version 0.91 (or maybe some earlier development snapshot) is necessary because some recently added command line verbs are used to transform and massage an SVG prior to export. ** Recommended to be used to edit SVG files, especially if its necessary to create multiple layers and import them separately in OpenSCAD. * Python 2.7 |