mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +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
|
@ -243,6 +243,8 @@ Methods
|
||||||
.. py:method:: ImageDraw.circle(xy, radius, fill=None, outline=None, width=1)
|
.. py:method:: ImageDraw.circle(xy, radius, fill=None, outline=None, width=1)
|
||||||
|
|
||||||
Draws a circle given the center coordinates and a radius.
|
Draws a circle given the center coordinates and a radius.
|
||||||
|
|
||||||
|
.. versionadded:: 10.4.0
|
||||||
|
|
||||||
:param xy: One point to define the circle center. Sequence:
|
:param xy: One point to define the circle center. Sequence:
|
||||||
``[x, y]``
|
``[x, y]``
|
||||||
|
|
Loading…
Reference in New Issue
Block a user