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

fix a bug in dropImpliedOnCurvePoints #3155

Merged
merged 2 commits into from
Jun 6, 2023
Merged

Commits on Jun 6, 2023

  1. add 2nd test contour to expose bug in dropImpliedOnCurvePoints

    there's a bug whereby we don't correctly drop impliable oncurve if it occurs on the first point of the second contour.. because we forgot to update the contour start = last + 1...
    anthrotype committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4298c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0761508 View commit details
    Browse the repository at this point in the history