diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-11-12 20:22:16 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-11-12 20:22:16 +0000 |
| commit | 8948cf81b72a6e92b90aad177e80ba9562823dab (patch) | |
| tree | 5aa29e36868ef10e78cbcaddc0515ea725a6ef08 /share/extensions/plotter.py | |
| parent | splivarot: scan-build fixes and cleanup (diff) | |
| download | inkscape-8948cf81b72a6e92b90aad177e80ba9562823dab.tar.gz inkscape-8948cf81b72a6e92b90aad177e80ba9562823dab.zip | |
fixed transformation bug
(bzr r12799)
Diffstat (limited to 'share/extensions/plotter.py')
| -rw-r--r-- | share/extensions/plotter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py index 6cc235228..427e9401b 100644 --- a/share/extensions/plotter.py +++ b/share/extensions/plotter.py @@ -29,7 +29,7 @@ import inkex inkex.localize() -# TODO: Unittests, Material feed after plot, plot rectangles and circles (convert to paths), maybe interpret layers as pens +# TODO: Unittests class MyEffect(inkex.Effect): def __init__(self): |
