Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tacanvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'tacanvas.py')
-rw-r--r--tacanvas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tacanvas.py b/tacanvas.py
index 083a26f..b26d729 100644
--- a/tacanvas.py
+++ b/tacanvas.py
@@ -330,7 +330,7 @@ class TurtleGraphics:
if self.tw.saving_svg and self.pendown:
self.tw.svg_string += self.svg.text(x-self.width/2,
y+size,
- size, label)
+ size, w, label)
def draw_line(self,x1,y1,x2,y2):
x1,y1 = self.width/2+int(x1), self.height/2-int(y1)