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 2ce5106..083a26f 100644
--- a/tacanvas.py
+++ b/tacanvas.py
@@ -329,7 +329,7 @@ class TurtleGraphics:
self.invalt(x,y,w,h)
if self.tw.saving_svg and self.pendown:
self.tw.svg_string += self.svg.text(x-self.width/2,
- y,
+ y+size,
size, label)
def draw_line(self,x1,y1,x2,y2):