commit | af81c2e887f185197be8073d7d95cf1ad5178330 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jun 09 08:50:57 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jun 09 08:50:57 2003 +0000 |
tree | 16da5aeadf8226b9188a676ebdce492eb9409c80 | |
parent | 1a44448b24cae0d99aa0556448442dae99604cd7 [diff] |
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.