mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-09 16:10:48 +03:00
Merge pull request #4976 from hugovk/4523-document-ellipse-drawing
Add #4523 ellipse-drawing algorithm changes to release notes
This commit is contained in:
commit
a416c21d49
|
@ -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 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