Release notes: Add line width parameter to rectangle and ellipse-based shapes

This commit is contained in:
Hugo 2018-09-29 16:40:11 +03:00
parent 8c134ad838
commit 08274ae5aa

View File

@ -4,6 +4,12 @@
API Additions
=============
Add line width parameter to rectangle and ellipse-based shapes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A line ``width`` parameter has been added to ``ImageDraw.Draw.arc``,
``chord``, ``ellipse``, ``pieslice`` and ``rectangle``.
Curved joints for line sequences
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^