Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tacanvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tacanvas.py')
-rw-r--r--TurtleArt/tacanvas.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/tacanvas.py b/TurtleArt/tacanvas.py
index 53b4b8f..59fcb1c 100644
--- a/TurtleArt/tacanvas.py
+++ b/TurtleArt/tacanvas.py
@@ -284,7 +284,6 @@ class TurtleGraphics:
""" Draw an arc """
self.gc.set_foreground(self.fgcolor)
rr = r * self.tw.coord_scale
- self.rarc(a, rr)
try:
if a < 0:
self.larc(-a, rr)