Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-20 | PEP8 | Michael Schwarz | 1 | -54/+54 | |
2015-09-30 | Reject documents without absolute size. | Michael Schwarz | 1 | -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-30 | Include input file path in error messages. | Michael Schwarz | 1 | -17/+21 | |
2015-09-16 | Wrap all Python main functions with decorator. | Michael Schwarz | 1 | -10/+2 | |
This decorator check if a module was called as the main module and catches exceptions. | |||||
2015-08-07 | Inkscape export: Use original file name for temp file. | Michael Schwarz | 1 | -1/+1 | |
Because we can. | |||||
2015-08-06 | Inkscape export: Support to export to Asymptote. | Michael Schwarz | 1 | -1/+10 | |
2015-08-06 | Reworked Inkscape command line generation. | Michael Schwarz | 1 | -92/+28 | |
The old version was brittle and made conditional operations hard. | |||||
2015-08-06 | Inkscape export: Renamed module to inkscape. | Michael Schwarz | 1 | -0/+122 | |
This module will later be used for other export types than just DXF. |