commit | 47d80cf27b05d1062fbe5d3d368c1bac7ff1a20c | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Tue Jul 29 07:12:24 2025 -0400 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Tue Jul 29 07:12:24 2025 -0400 |
tree | e834779c161e466a9f33067fa87e0ea17b44ef32 | |
parent | ac662dcdcfb90df165022b9e2d8f5c894ccff177 [diff] |
[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.