Add #4523 ellipse-drawing algorithm changes to release notes

This commit is contained in:
Hugo van Kemenade 2020-10-13 23:01:47 +03:00
parent 4658c0523f
commit 41ca42fadb

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's for circles. It should be faster and produce
smoother curves, especially for smaller ellipses.
ImageDraw.text and ImageDraw.multiline_text
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^