mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +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
|
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
|
ImageDraw.text and ImageDraw.multiline_text
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user