Skip to content

Bugfix: correct ArcArcTangentArc tangency with reversed start_arc in algebra mode #1000

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

Merged
merged 1 commit into from
May 28, 2025

Conversation

jwagenet
Copy link
Contributor

When start_arc has a reversed direction resulting in a negative plane normal in algebra mode, the resulting arc was drawn with the center facing the wrong way. ArcArcTangentArc now checks the tangency of the resulting arc and flips the arc if necessary.

Resolves #983

black did some unrelated formatting I left in.

Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.70%. Comparing base (9ab0405) to head (87048fa).
Report is 35 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1000      +/-   ##
==========================================
- Coverage   96.94%   96.70%   -0.25%     
==========================================
  Files          32       32              
  Lines        9893    10066     +173     
==========================================
+ Hits         9591     9734     +143     
- Misses        302      332      +30     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jdegenstein
Copy link
Collaborator

Looks good to me, thanks for working on this!

@gumyr gumyr merged commit f59f127 into gumyr:dev May 28, 2025
19 of 20 checks passed
@gumyr
Copy link
Owner

gumyr commented May 28, 2025

Thank you! You got #1000 - congratulations!

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.

ArcArcTangentArc placing result at wrong spot sometimes
3 participants