ClippingBezier icon indicating copy to clipboard operation
ClippingBezier copied to clipboard

ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths

Results 18 ClippingBezier issues
Sort by recently updated
recently updated
newest added

Hi, Adam first of all thank you very much for creating such a wonderful library, I'm trying to find the intersection of 2 unclosed paths but right now I don't...

Hi, Thank a so much for the awesome library. I have a problem which I am trying to get the union of two intersecting paths in Swift. One is a...

First of all thank you for the very useful library you created! I have a question regarding the intersection of two paths and I hope you will have a chance...

Hi there, thanks for open-sourcing the library. I am trying to get a difference between a rounded rect and a stripe running through it but it ends up looking like...

I use the library to calculate intersections of UIBezierPaths. In some cases I run into the `BezierPathIntersectionException` (mismatched intersection length) when intersecting paths with almost identical path segments. I've added...

alternative algorithm for bisecting paths. this will bisect both paths, recurring by splitting the larger of the two paths and ignoring any path ranges that don't overlap

goal will be to calculate the entire union path of an eraser stroke by finding it's outline path's self intersections, and building the union from that, instead of from unioning...

Hi, I am trying to split the green part into 2 by considering the black box as the splitter path using `uniqueShapesCreatedFromSlicing`. It is working in most cases but there...

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...

enhancement

Hi, I try to calculate the difference of two bezier paths (spline lines which is closed by first and last point in y == 0), and I get the error...