Author :
Alexei Podtelezhnikov (Алексей Подтележников)
Date :
2023-11-02 22:09:18
Hash :6d6607b8 Message :[raster] Modify the split condition.
While curving close to a pixel center, vertical and horizontal pass
might split the curve differently and cause a rare dropout. This
makes the split condition invariant of the sweep direction and more
robust.
* src/raster/ftraster.c (Bezier_Up): Modify the split condition.