mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
Fix typo
Co-authored-by: nulano <nulano@nulano.eu>
This commit is contained in:
parent
41ca42fadb
commit
3b6d29ea11
|
@ -141,7 +141,7 @@ Improved ellipse-drawing algorithm
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The ellipse-drawing algorithm has been changed from drawing a 360-sided polygon to one
|
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
|
which resembles Bresenham's algorithm for circles. It should be faster and produce
|
||||||
smoother curves, especially for smaller ellipses.
|
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