summaryrefslogtreecommitdiff
path: root/support/dxf_export/effect.py
AgeCommit message (Collapse)AuthorFilesLines
2015-03-21dxf export: Use different colors for layers.Michael Schwarz1-8/+18
With this change, different colors are assigned to shapes. Shapes on the same layer get the same color. This allows them to be grouped by color by software that doesn’t support layers (e.g. Lasercut 5.3).
2015-03-07Support for setting the DXF export quality.Michael Schwarz1-2/+2
2014-12-21Rewritten unit conversion methods of inkex.py to properly handle viewport ↵Michael Schwarz1-9/+103
settings.
2014-12-21Removed some unused imports in the scripts copied from the Inkscape ↵Michael Schwarz1-0/+81
distribution.