mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add #4523 ellipse-drawing algorithm changes to release notes
This commit is contained in:
parent
4658c0523f
commit
41ca42fadb
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user