Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding paper.js dependency. Handling quadratic/cubic intersection wit…
…h bezier clipping, see const a = new kite.Quadratic( dot.v2( 16.704545454545453, -21 ), dot.v2( 17.644176136363637, -21 ), dot.v2( 18.449573863636363, -20.627130681818183 ) ); const b = new kite.Quadratic( dot.v2( 16.704545454545453, -21 ), dot.v2( 18.47940340909091, -21 ), dot.v2( 19.739701704545453, -19.739701704545453 ) ); kite.BoundsIntersection.getIntersectionRanges( a, b );
- Loading branch information