mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Fix ImageDraw
This commit is contained in:
parent
653c5bd1bb
commit
5a56008edb
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user