summaryrefslogtreecommitdiff
path: root/support/inkscape/__main__.py
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Pogojig mostly done: KiCAD export worksjaseg1-64/+0
2017-09-20PEP8Michael Schwarz1-54/+54
2015-09-30Reject documents without absolute size.Michael Schwarz1-0/+1
Reject document which do not have a viewBox and a height attribute with absolute measures. In documents without these, the size of a pixel cannot be determined and the scale out the exported shape depends on the Inkscape version. This fixes #16.
2015-09-30Include input file path in error messages.Michael Schwarz1-17/+21
2015-09-16Wrap all Python main functions with decorator.Michael Schwarz1-10/+2
This decorator check if a module was called as the main module and catches exceptions.
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.