adamwulf / ClippingBezier

ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths
http://getlooseleaf.com/opensource/
MIT License
256 stars 34 forks source link

calculate correct intersection of multi-subpath paths including fully encompassing paths #10

Open adamwulf opened 4 years ago

adamwulf commented 4 years ago

Write tests and verify behavior for:

  1. scissor circle that completely surrounds smaller circle
  2. scissor circle that is fully inside larger circle
  3. scissor circle that is fully inside larger circle that already has holes in it
  4. scissor circle that is fully inside larger circle that intersects a hole in a larger shape
  5. scissor circle that is fully inside larger circle that intersects a 2+ holes in a larger shape
adamwulf commented 4 years ago

This has been started at 11c159c958e on debug