c.delete(tk.ALL) doesn't clear the canvas, but resizing the window or adding spaces at the end of the text solves the issue.
It only appends with certain characters and certain angles (numbers seem to work best and angle=0 doesn't reproduce the bug).
OS: Windows 10 Pro
Python: 3.10.4 / tkinter 8.6.12
The text was updated successfully, but these errors were encountered:
Hello,
I came across a visual bug on the tkinter canvas when changing the length of angled text.
Minimal example:
Result:
c.delete(tk.ALL)doesn't clear the canvas, but resizing the window or adding spaces at the end of the text solves the issue.It only appends with certain characters and certain angles (numbers seem to work best and angle=0 doesn't reproduce the bug).
OS: Windows 10 Pro
Python: 3.10.4 / tkinter 8.6.12
The text was updated successfully, but these errors were encountered: