• Raymond Hettinger's avatar
    SF bug #685773: 2 (more) bugs in turtle · af81c2e8
    Raymond Hettinger yazdı
    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.
    af81c2e8
turtle.py 13.1 KB