Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/turtle_blocks_extras/turtle_blocks_extras.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-07-23 15:53:32 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-07-23 15:53:32 (GMT)
commit0ee623d23243cc9378f2fac319c5462fd972ad3b (patch)
tree8a7a09a45e76bbe10a587feb567d992baac9e2eb /plugins/turtle_blocks_extras/turtle_blocks_extras.py
parent289490ccdda33bd018d47912576abe2ab7d84039 (diff)
fix more problems with saving to svg
Diffstat (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index 0d31ced..beb9bfb 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -1203,7 +1203,6 @@ Journal objects'))
def _prim_save_svg(self, name):
""" Save SVG to file """
- self.tw.canvas.svg_close()
self.tw.save_as_image(name, svg=True)
def _prim_speak(self, text):