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 Rectangle #919

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: Rectangle 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: `Rectangle` now has a `fill` field. Set as `false` for
original behavior.
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (61a8278) 92.0% compared to head (2157b5c) 92.1%.

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #919     +/-   ##
=======================================
+ Coverage   92.0%   92.1%   +0.1%     
=======================================
  Files         61      61             
  Lines      15493   15702    +209     
=======================================
+ Hits       14259   14468    +209     
  Misses      1234    1234             

☔ 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