The methods for finding the intersection between Cubic Beziers and Lines/Line Segments are messed up. The second set of ported methods works with the special case where everything is horizontal, but it breaks for everything else, the old method works for most except for the horizontal edge case, and possibly a few others. More testing is needed.
The methods for finding the intersection between Cubic Beziers and Lines/Line Segments are messed up. The second set of ported methods works with the special case where everything is horizontal, but it breaks for everything else, the old method works for most except for the horizontal edge case, and possibly a few others. More testing is needed.