summaryrefslogtreecommitdiffstats
path: root/share/extensions/plotter.py
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-11-12 23:54:23 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-11-12 23:54:23 +0000
commit072f4e717d42b6a70532fb755b8e31a54cd313b6 (patch)
treec26166b179735d68a965a6be90ae320133afe012 /share/extensions/plotter.py
parentUpdate to trunk (diff)
parentfix C++11 compilation. There A LOT of const_casts in this file... :-( (diff)
downloadinkscape-072f4e717d42b6a70532fb755b8e31a54cd313b6.tar.gz
inkscape-072f4e717d42b6a70532fb755b8e31a54cd313b6.zip
Update to trunk
(bzr r11950.1.199)
Diffstat (limited to 'share/extensions/plotter.py')
-rw-r--r--share/extensions/plotter.py2
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):