summaryrefslogtreecommitdiff
path: root/support/dxf_export/__main__.py
AgeCommit message (Collapse)AuthorFilesLines
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz1-122/+0
This module will later be used for other export types than just DXF.
2015-08-06DXF export: Not tied to exporting to DXF anymore.Michael Schwarz1-3/+3
2015-08-06Inkscape export: Optionally don't transform strokes to shapes.Michael Schwarz1-20/+40
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