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

feat(canvas)!: add fill property to Circle #920

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SOF3
Copy link
Contributor

@SOF3 SOF3 commented Feb 4, 2024

BREAKING CHANGE: Circle now has a fill field. Set as false for original behavior.

Includes changes from #917 to reuse the step_points util

The original algorithm may cause holes when the circle is large
BREAKING CHANGE: `Circle` now has a `fill` field. Set as `false` for
original behavior.
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (61a8278) 92.0% compared to head (b04d1df) 92.0%.

Files Patch % Lines
src/widgets/canvas.rs 94.3% 5 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main    #920    +/-   ##
======================================
  Coverage   92.0%   92.0%            
======================================
  Files         61      61            
  Lines      15493   15630   +137     
======================================
+ Hits       14259   14391   +132     
- Misses      1234    1239     +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

None yet

1 participant