From 640c5bc3ef5b995329689c5a984626bc8a071158 Mon Sep 17 00:00:00 2001 From: Wilton Rodrigues Date: Mon, 25 Apr 2016 21:48:40 -0300 Subject: [PATCH] Fixing a bug in the horizontal draw --- draw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draw.py b/draw.py index a2d0565..efc7661 100644 --- a/draw.py +++ b/draw.py @@ -97,11 +97,11 @@ def draw_rolagem_horizontal(self): path = self.homedir + '/decorator.py' arq = open(path, 'r') conteudo = arq.readlines() - texto = """pen.forward(240) + texto = """pen.forward(250) pen.right(90) pen.forward(190) pen.right(90) -pen.forward(240) +pen.forward(250) pen.right(90) pen.forward(190) pen.right(90)