mirror of
https://github.com/python/cpython.git
synced 2026-07-26 03:43:11 -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.