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

Bézier curve fix for arcs longer than 90 degrees #5

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

Conversation

cy1110
Copy link

@cy1110 cy1110 commented Jul 29, 2020

Uses 4 curves for each arc instead of the previous 1 curve, fixing display issues for arcs longer than 90 degrees.

cy1110 added 6 commits July 29, 2020 08:40
Use 4 Bézier curves for all generated arcs so as to prevent poor arc renditions when a single arc exceeds 90 degrees or so.
Fix bug with py2 division
Showcase the effect of using 4 curves
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.

1 participant