summaryrefslogtreecommitdiff
path: root/support/dxf_export/__main__.py
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Fixed text on path export.Michael Schwarz1-6/+23
This fixes exporting SVG files which contain text on a path where the path is on a different layer than the text (which is necessary unless the path should also be combined with the text in a single layer).
2014-12-21Rewritten unit conversion methods of inkex.py to properly handle viewport ↵Michael Schwarz1-1/+7
settings.
2014-12-21Removed some unused imports in the scripts copied from the Inkscape ↵Michael Schwarz1-3/+3
distribution.
2014-12-10Extracted common functions to separate module.Michael Schwarz1-21/+5
2014-12-10Moved DXF export scripts to separate directory.Michael Schwarz1-0/+95