summaryrefslogtreecommitdiff
path: root/support/inkscape/__main__.py
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Inkscape export: Use original file name for temp file.Michael Schwarz1-1/+1
Because we can.
2015-08-06Inkscape export: Support to export to Asymptote.Michael Schwarz1-1/+10
2015-08-06Reworked Inkscape command line generation.Michael Schwarz1-92/+28
The old version was brittle and made conditional operations hard.
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz1-0/+122
This module will later be used for other export types than just DXF.