tkinter: Add missing "angle" argument to Canvas.create_text (#10404)

This commit is contained in:
Simão Afonso @ Powertools Tech
2023-07-04 20:00:48 +01:00
committed by GitHub
parent fc7d4722ea
commit 7646d38302

View File

@@ -1633,6 +1633,7 @@ class Canvas(Widget, XView, YView):
activefill: str = ...,
activestipple: str = ...,
anchor: _Anchor = ...,
angle: float | str = ...,
disabledfill: str = ...,
disabledstipple: str = ...,
fill: str = ...,
@@ -1653,6 +1654,7 @@ class Canvas(Widget, XView, YView):
activefill: str = ...,
activestipple: str = ...,
anchor: _Anchor = ...,
angle: float | str = ...,
disabledfill: str = ...,
disabledstipple: str = ...,
fill: str = ...,