mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 08:42:35 +03:00
Fix ImageDraw
This commit is contained in:
parent
653c5bd1bb
commit
5a56008edb
|
@ -241,7 +241,7 @@ class ImageDraw:
|
||||||
xy: Coords,
|
xy: Coords,
|
||||||
fill: _Ink | None = None,
|
fill: _Ink | None = None,
|
||||||
width: int = 0,
|
width: int = 0,
|
||||||
joint: Literal[curve] | None = None,
|
joint: Literal["curve"] | None = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Draw a line, or a connected sequence of line segments."""
|
"""Draw a line, or a connected sequence of line segments."""
|
||||||
ink = self._getink(fill)[0]
|
ink = self._getink(fill)[0]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user