summaryrefslogtreecommitdiff
path: root/support/inkscape/effect.py
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Pogojig mostly done: KiCAD export worksjaseg1-280/+0
2017-09-20PEP8Michael Schwarz1-252/+268
2016-01-17Clarification regarding different point definitions.Michael Schwarz1-1/+1
2015-09-30Reject documents without absolute size.Michael Schwarz1-0/+21
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-30More robust document scale calculation.Michael Schwarz1-41/+57
Rewrite of the code which calculates the document scale and simplified code path which applies the necessary transformations.
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 wrong units in Asymptote export.Michael Schwarz1-13/+12
The generate asymptote file would use the Inkscape document coordinates but Asymptote always uses PostScript points.
2015-08-06Inkscape export: Support to export to Asymptote.Michael Schwarz1-58/+77
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz1-0/+201
This module will later be used for other export types than just DXF.