Fix coordinate transformations in sfnt.c
authorPip Cet <pipcet@protonmail.com>
Sat, 10 Aug 2024 17:01:44 +0000 (17:01 +0000)
committerPip Cet <pipcet@protonmail.com>
Sun, 11 Aug 2024 10:22:19 +0000 (10:22 +0000)
commit8e925d582adba5619ab6f8d2bc7cd6a3a522a28b
tree3fcbde5df7051233a523b750b607bd005ba83671
parent4dd953d3cc37a6f84458eccd6fc81966fa7207f5
Fix coordinate transformations in sfnt.c

Backport.

* src/sfnt.c (sfnt_transform_coordinates):
(sfnt_transform_f26dot6): Fix calculation of transformed coordinates in
the very rare case of arbitrary transformation matrices.
src/sfnt.c