Author :
Alexei Podtelezhnikov
Date :
2025-07-29 07:12:24
Hash :47d80cf2 Message :[truetype] Fix EVEN and ODD instructions.
It is possible to have a fractional part after rounding when rounding
to half-grid or super-rounding. The specs call to ignore the fractional
part in that case.
^ src/truetype/ttinterp.c (Ins_EVEN, Ins_ODD): Fix mask.