Closed nikku closed 4 years ago
We use Beziér clipping and according to this article it is
...marginally slower than an algorithm based on implicitization (...) for curves of degree four and less...
Beziér curves in SVG path are either degree two or three.
Open for external contributions.
According @barmac we use an overly complex algorithm to compute our quadratic and cubic bezier curve intersections.
We could consider incorporating the
bezier.js
intersection logic and see if it improves our library in terms of speed, complexity, and/or bundle size.