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
Because of the following code
if points.len() == 2 { let (a, b) = points return ((a, b, a, b),) }
hobby will always draw a straight line with two points given. But this should only happen if close: false.
close: false
The text was updated successfully, but these errors were encountered:
hobby: Fix closed two point hobby curve (#468)
eaed74f
Fixes #462.
johannes-wolf
Successfully merging a pull request may close this issue.
Because of the following code
hobby will always draw a straight line with two points given. But this should only happen if
close: false
.The text was updated successfully, but these errors were encountered: