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

Add support for closed path fillet to Wire.fillet() #1573

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

Conversation

dov
Copy link
Contributor

@dov dov commented Apr 27, 2024

This PR adds support for fillet of a closed wire to the Wire.fillet() method, by adding a fillet arc between the last and the first segments

Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.86%. Comparing base (f29f2d6) to head (7e67be2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1573   +/-   ##
=======================================
  Coverage   94.86%   94.86%           
=======================================
  Files          28       28           
  Lines        6226     6229    +3     
  Branches     1261     1263    +2     
=======================================
+ Hits         5906     5909    +3     
  Misses        193      193           
  Partials      127      127           

☔ 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant