mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 08:30:49 +03:00
Summary of changes: - `ImageDraw.regular_polygon` now accepts a bounding circle which inscribes the polygon. A bounding circle is defined by a center point (x0, y0) and a radius. A bounding box is no longer accepted. - All keyword args have been replaced with positional args. Misc - Test image file renaming, minor variable name changes
587 B
100x100px
587 B
100x100px
![](/python-pillow/Pillow/raw/commit/d7f60d1d5a746eb01d4cb3c7fb05b6593f46b0f5/Tests/images/imagedraw_square_rotate_45.png)