From 0ee623d23243cc9378f2fac319c5462fd972ad3b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 23 Jul 2013 15:53:32 +0000 Subject: fix more problems with saving to svg --- (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py') 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): -- cgit v0.9.1