summaryrefslogtreecommitdiff
path: root/support/inkscape
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16Fixed layer mixup when no layer was selected in Inkscape.Michael Schwarz1-2/+2
The Inkscape export would put objects into the wrong layers or miss objects completely when no layer was selected.
2015-09-16Fixed empty layers missing from Asymptote export.Michael Schwarz1-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-10Asymptote export: Call variable with all paths `all`.Michael Schwarz1-1/+1
2015-08-07Inkscape export: Removed stray semicolon in exported Asymptote files.Michael Schwarz1-1/+1
2015-08-07Inkscape export: Fix elliptical arcs not being closed.Michael Schwarz1-3/+8
2015-08-07Inkscape export: Fix wrong units in Asymptote export.Michael Schwarz2-17/+16
The generate asymptote file would use the Inkscape document coordinates but Asymptote always uses PostScript points.
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 Schwarz2-59/+87
2015-08-06Reworked Inkscape command line generation.Michael Schwarz2-92/+148
The old version was brittle and made conditional operations hard.
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz12-0/+2408
This module will later be used for other export types than just DXF.