Fix ImageDraw

This commit is contained in:
AsfhtgkDavid 2025-01-25 22:38:39 +02:00
parent 653c5bd1bb
commit 5a56008edb

View File

@ -241,7 +241,7 @@ class ImageDraw:
xy: Coords,
fill: _Ink | None = None,
width: int = 0,
joint: Literal[curve] | None = None,
joint: Literal["curve"] | None = None,
) -> None:
"""Draw a line, or a connected sequence of line segments."""
ink = self._getink(fill)[0]