I have added test_move_to_circle.py to the tests directory. It has a loop that calls move_to on a circle, sending it to the same location three times. It shouldn't move, but it does.
Also Text is displaying in the wrong y location. The location (100, 500) used in this test program should render near the top of the window, but instead it renders near the bottom.
I have added test_move_to_circle.py to the tests directory. It has a loop that calls move_to on a circle, sending it to the same location three times. It shouldn't move, but it does.
Also Text is displaying in the wrong y location. The location (100, 500) used in this test program should render near the top of the window, but instead it renders near the bottom.