Skip to content

Commit

Permalink
Merge pull request #4976 from hugovk/4523-document-ellipse-drawing
Browse files Browse the repository at this point in the history
Add #4523 ellipse-drawing algorithm changes to release notes
  • Loading branch information
radarhere authored Oct 14, 2020
2 parents 4658c05 + 3b6d29e commit a416c21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releasenotes/8.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit a416c21

Please sign in to comment.