Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-21 | dxf export: Use different colors for layers. | Michael Schwarz | 1 | -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-15 | Fixed text on path export. | Michael Schwarz | 1 | -6/+23 | |
This fixes exporting SVG files which contain text on a path where the path is on a different layer than the text (which is necessary unless the path should also be combined with the text in a single layer). | |||||
2015-03-07 | Support for setting the DXF export quality. | Michael Schwarz | 1 | -2/+2 | |
2014-12-21 | Removed some unused imports in the scripts copied from the Inkscape ↵ | Michael Schwarz | 3 | -248/+2 | |
distribution. | |||||
2014-12-21 | Rewritten unit conversion methods of inkex.py to properly handle viewport ↵ | Michael Schwarz | 3 | -17/+165 | |
settings. | |||||
2014-12-21 | Removed some unused imports in the scripts copied from the Inkscape ↵ | Michael Schwarz | 6 | -771/+726 | |
distribution. | |||||
2014-12-20 | Fixed DXF plugin to work with new inkex library. | Michael Schwarz | 1 | -1/+1 | |
2014-12-20 | Upgraded Python files copied from the Inkscape distribution to those from ↵ | Michael Schwarz | 6 | -49/+131 | |
version 0.91.99.13724. | |||||
2014-12-10 | Extracted common functions to separate module. | Michael Schwarz | 1 | -21/+5 | |
2014-12-10 | Moved DXF export scripts to separate directory. | Michael Schwarz | 12 | -0/+2422 | |