• Show log

    Commit

  • Hash : 2600ef63
    Author : Anuj Verma
    Date : 2022-03-04T16:53:27

    [sdf] Implement deviation-based splitting for Bezier curves. * src/sdf/ftsdf.c (split_sdf_cubic, split_sdf_shape): Add checks to figure out the deviation of Bezier curves and stop splitting if the curve is flat enough. * src/sdf/ftsdfcommon.h (ONE_PIXEL): New macro.