Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ImageDraw.regular_polygon to release notes #4902

Merged
merged 3 commits into from
Sep 6, 2020

Conversation

comhar
Copy link
Contributor

@comhar comhar commented Sep 5, 2020

Add ImageDraw.regular_polygon to release notes.

Reference

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hugovk hugovk added this to the 8.0.0 milestone Sep 5, 2020
ImageDraw.regular_polygon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A new method ``regular_polygon``, draws a regular polygon of ``n_sides``, inscribed in a ``bounding_circle``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A new method ``regular_polygon``, draws a regular polygon of ``n_sides``, inscribed in a ``bounding_circle``.
A new method :py:meth:`.ImageDraw.regular_polygon`, draws a regular polygon of ``n_sides``, inscribed in a ``bounding_circle``.

Let's link to the method documentation.

@hugovk hugovk merged commit df06eed into python-pillow:master Sep 6, 2020
@hugovk
Copy link
Member

hugovk commented Sep 6, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants