Add a description, image, and links to the python-tkinter-canvas topic page so that developers can more easily learn about it.
When geometries (e.g. an oval) on a tkinter Canvas widget are changed (e.g. moved), the Canvas is not redrawn on Mac OS. The following two code snippets reproduce the issue on Mac OS. Expected ...