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

Fixed ImageDraw arc gaps #3824

Merged
merged 1 commit into from May 4, 2019
Merged

Fixed ImageDraw arc gaps #3824

merged 1 commit into from May 4, 2019

Conversation

radarhere
Copy link
Member

Resolves #3499

Currently, arcs with widths are drawn by as a series of circles with different diameters. This PR changes it to use edges and polygon draw, like a filled pieslice or chord currently does.

@hugovk hugovk merged commit c3ed8cc into python-pillow:master May 4, 2019
@radarhere radarhere deleted the draw branch May 5, 2019 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gaps in ImageDraw arc
2 participants