Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-26 | Pogojig mostly done: KiCAD export works | jaseg | 13 | -2570/+0 | |
2018-05-05 | Workaround for incompatible changes in "LayerMoveTo" verbs | Michael Schwarz | 1 | -2/+5 | |
2018-05-05 | Slight refactoring | Michael Schwarz | 1 | -11/+13 | |
2017-09-20 | PEP8 | Michael Schwarz | 3 | -416/+438 | |
2016-01-17 | Clarification regarding different point definitions. | Michael Schwarz | 1 | -1/+1 | |
2015-09-30 | Reject documents without absolute size. | Michael Schwarz | 2 | -0/+22 | |
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 | More robust document scale calculation. | Michael Schwarz | 1 | -41/+57 | |
Rewrite of the code which calculates the document scale and simplified code path which applies the necessary transformations. | |||||
2015-09-30 | Include input file path in error messages. | Michael Schwarz | 1 | -17/+21 | |
2015-09-30 | Workaround for LayerMoveToPrev/Next not selecting correct layer. | Michael Schwarz | 1 | -7/+12 | |
Inkscape does not reliably select the previous or next layer when using LayerMoveToPrev or LayerMoveToNext. | |||||
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-09-16 | Fixed layer mixup when no layer was selected in Inkscape. | Michael Schwarz | 1 | -2/+2 | |
The Inkscape export would put objects into the wrong layers or miss objects completely when no layer was selected. | |||||
2015-09-16 | Fixed empty layers missing from Asymptote export. | Michael Schwarz | 1 | -38/+46 | |
Empty layers would not be included in the exported Asymptote file, making it hard to work with a set of SVG files with the same layers if some of the SVG files had empty layers. | |||||
2015-08-10 | Asymptote export: Call variable with all paths `all`. | Michael Schwarz | 1 | -1/+1 | |
2015-08-07 | Inkscape export: Removed stray semicolon in exported Asymptote files. | Michael Schwarz | 1 | -1/+1 | |
2015-08-07 | Inkscape export: Fix elliptical arcs not being closed. | Michael Schwarz | 1 | -3/+8 | |
2015-08-07 | Inkscape export: Fix wrong units in Asymptote export. | Michael Schwarz | 2 | -17/+16 | |
The generate asymptote file would use the Inkscape document coordinates but Asymptote always uses PostScript points. | |||||
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 | 2 | -59/+87 | |
2015-08-06 | Reworked Inkscape command line generation. | Michael Schwarz | 2 | -92/+148 | |
The old version was brittle and made conditional operations hard. | |||||
2015-08-06 | Inkscape export: Renamed module to inkscape. | Michael Schwarz | 12 | -0/+2408 | |
This module will later be used for other export types than just DXF. |