We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ez.Arc will not render an arc that crosses 0/16384 due to built in bounds checking.
Errors thrown: Invalid From/To Angle
To Reproduce Draw an arch with either the to or from angle greater than 16384
Expected behavior Lower level function seem to correct for excessive arch angle, allow +/- one rotation to allow for easy crossing of the 0 angle.
The text was updated successfully, but these errors were encountered:
JacobChrist
No branches or pull requests
Describe the bug
ez.Arc will not render an arc that crosses 0/16384 due to built in bounds checking.
Errors thrown: Invalid From/To Angle
To Reproduce
Draw an arch with either the to or from angle greater than 16384
Expected behavior
Lower level function seem to correct for excessive arch angle, allow +/- one rotation to allow for easy crossing of the 0 angle.
The text was updated successfully, but these errors were encountered: