-
Notifications
You must be signed in to change notification settings - Fork 567
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
Support individual corner radii for kurbo::RoundedRect #1561
Support individual corner radii for kurbo::RoundedRect #1561
Conversation
@SecondFlight this should now be mergeable? |
Yeah, I just need to fix merge conflicts and do a smoke test. |
Did I accidentally float these changes into Druid in another PR?? The change set no longer includes the changes needed for this PR, but the code works and so I think the changes are somehow already on master. |
Ah nevermind, they were added here which makes total sense. I'll mark this ready for review, but there's not much to review; the only thing left relating to the rounded rect change is the updated changelog. I made a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, I needed to impl this in order for the existing code to compile. 😁
* Ignore all /target/ folders * Update Data impl for RoundedRect * Just ignore all folders matching **/target, which matches Piet's gitignore * Bump kurbo version to 0.8.0 * Update CHANGELOG.md Co-authored-by: Joshua Wade <joshua_wade@selinc.com>
Depends on kurbo#166 and piet#391. This PR should not be merged until the upstream crates are updated and this PR is pointed to them. The changes in Kurbo are (mostly) backwards-compatible, so very little needs to change in Druid to incorporate the upstream changes.