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

Improve bezier.reduce() function #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HaasJona
Copy link

For some bézier curve shapes, the default step size of 0.01 in the reduce function is too large to split the curve into simple segments. In this case, recursively call the function with a smaller step value.

Fixes #203 and potentially also some other issues.

For some bézier curve shapes, the default step size of 0.01 is too large to split the curve into simple segments. In this case, recursively call the function with a smaller step value.
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.

The intersection of the two bezier is empty
1 participant