mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
af81c2e887
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.