Edit

kc3-lang/freetype/src/sdf

Branch :

  • Show log

    Commit

  • Author : Anuj Verma
    Date : 2022-03-04 16:58:50
    Hash : 360e2507
    Message : [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).