• Show log

    Commit

  • Hash : 360e2507
    Author : Anuj Verma
    Date : 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).