-
Notifications
You must be signed in to change notification settings - Fork 71
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
Endless loop when trying to offset certain curve #344
Comments
It looks like this could be improved. Unfortunately, I'm swamped right now, so would only be able to dig in deeply after RustNL, but will offer a few thoughts. First, this is exactly the type of case Second, looking at the implementation of Feel free to ping me in a few weeks if I haven't responded. It might also be worth bringing it up on the Zulip; there are a few other people who are familiar with this code. |
Thanks for the explanation. |
A trivial kind of input that triggers an endless loop I've found is singularities:
|
Hello. I'm getting an endless loop when trying to offset the following curve:
CubicOffset::new_regularized
doesn't help either.Is this is a bug or am I using it wrong?
fit_to_bezpath
(no_opt
) does finish, but produces some NaNs.kurbo v0.11.0
The text was updated successfully, but these errors were encountered: