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

Use scanlines to draw rounded shapes #571

Merged
merged 9 commits into from
Mar 25, 2021

Conversation

rfuest
Copy link
Member

@rfuest rfuest commented Mar 13, 2021

This PR changes the Drawable impls for Circle, Ellipse and RoundedRectangle to use scanlines for improved drawing performance.

@rfuest rfuest requested a review from jamwaffles March 13, 2021 19:50
Copy link
Member

@jamwaffles jamwaffles left a comment

Choose a reason for hiding this comment

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

Sorry for the delay! This all looks good to me. Thanks for crossing another item off the imaginary todo list.

Does this PR close #491 or are there still more to add?

@rfuest rfuest merged commit aa5bd3a into embedded-graphics:master Mar 25, 2021
@rfuest rfuest deleted the primitives-performance branch March 25, 2021 16:25
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.

None yet

2 participants