mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Update docs/reference/ImageDraw.rst - move circle method up to indicate it is new
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
35a700a1d4
commit
773ff20b76
|
@ -244,6 +244,8 @@ Methods
|
|||
|
||||
Draws a circle given the center coordinates and a radius.
|
||||
|
||||
.. versionadded:: 10.4.0
|
||||
|
||||
:param xy: One point to define the circle center. Sequence:
|
||||
``[x, y]``
|
||||
:param radius: Radius of the circle
|
||||
|
|
Loading…
Reference in New Issue
Block a user