Avasam
2023-04-14 02:19:33 -04:00
committed by GitHub
parent 6f35e8d9fa
commit f66769a6f5
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -54,6 +54,8 @@ class ImageDraw:
fill: _Ink | None = None,
outline: _Ink | None = None,
width: float = 1,
*,
corners: tuple[bool, bool, bool, bool] | None = None,
) -> None: ...
def text(
self,