summaryrefslogtreecommitdiff
path: root/support/dxf_export/effect.py
AgeCommit message (Collapse)AuthorFilesLines
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz1-201/+0
This module will later be used for other export types than just DXF.
2015-08-06DXF export: Not tied to exporting to DXF anymore.Michael Schwarz1-28/+31
2015-08-06Inkscape export: Optionally don't transform strokes to shapes.Michael Schwarz1-4/+17
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.