Update 10.4.0.rst - Add PIL.ImageDraw.circle() API addition

This commit is contained in:
void4 2024-05-27 13:14:04 +02:00 committed by GitHub
parent 38e6913579
commit 35a700a1d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,10 @@ TODO
API Additions
=============
Added PIL.ImageDraw.circle()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Given the circle center coordinate pair and a radius, plots a circle using PIL.ImageDraw.ellipse()
TODO
^^^^