Merge pull request #4976 from hugovk/4523-document-ellipse-drawing

Add #4523 ellipse-drawing algorithm changes to release notes
This commit is contained in:
Andrew Murray 2020-10-14 18:04:29 +11:00 committed by GitHub
commit a416c21d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,13 @@ These functions accept an ``anchor`` parameter, see :ref:`text-anchors` for deta
Other Changes
=============
Improved ellipse-drawing algorithm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ellipse-drawing algorithm has been changed from drawing a 360-sided polygon to one
which resembles Bresenham's algorithm for circles. It should be faster and produce
smoother curves, especially for smaller ellipses.
ImageDraw.text and ImageDraw.multiline_text
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^