How can the lateral movement be tracked by tkinters canvas.scale function?
I’m trying to figure out how the scale canvas.scale(tag, x, y, ds, ds)
method works in the Tkinter canvas package. It is possible to move elements on the canvas without using the corresponding move canvas.move(tag, dx, dy)
method.