]> granicus.if.org Git - python/commit
SF bug #685773: 2 (more) bugs in turtle
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2003 08:50:57 +0000 (08:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2003 08:50:57 +0000 (08:50 +0000)
commitaf81c2e887f185197be8073d7d95cf1ad5178330
tree16da5aeadf8226b9188a676ebdce492eb9409c80
parent1a44448b24cae0d99aa0556448442dae99604cd7
SF bug #685773: 2 (more) bugs in turtle

The docs recommend filling by fill(1), drawing commands, fill(0).
However, the filling did not actually take place until the next
draw command.  Fixed by issuing a null draw command at the end
of the fill method.
Lib/lib-tk/turtle.py