Commit 360e2507a38588e19fa6d2fc30706db74db0d958

Anuj Verma 2022-03-04T16:58:50

[sdf] Fix corner checks and improve performance. * src/sdf/ftsdf.c (sdf_generate_bounding_box): Always check for a corner if two distances (for different curves) are very close. (sdf_conic_to): Check whether the conic curve can be treated as a line (which happens if the control point coincides with any end point).