Skip to content

Fixed issues with `intersectionsWithLineSegment`

Compare
Choose a tag to compare
@aab29 aab29 released this 20 May 06:44
· 29 commits to master since this release
865a562
  • Fixed certain cases, reported by @fidlip (Thank you!), where intersectionsWithLineSegment failed to find intersections
  • Added pointIntersectsBoundingBoxApproximately in bezier_tools to support intersectionsWithLineSegment
  • Added more unit tests for intersectionsWithLineSegment, based on cases reported by @fidlip