Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |