]> git.eshelyaron.com Git - emacs.git/commit
Fix coordinate transformations in sfnt.c
authorPip Cet <pipcet@protonmail.com>
Sat, 10 Aug 2024 17:01:44 +0000 (17:01 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Aug 2024 07:31:57 +0000 (09:31 +0200)
commit579c9c3e77c6e81ad10f1defa0cee1bd9e3ee25c
treecbf4b3edcf5ce907912ddb1013a207acae06cd69
parentd3e862e2814f020185fc36dee9c9de863b4cbb66
Fix coordinate transformations in sfnt.c

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

(cherry picked from commit b6c2f360694831753a9064e48434d29d7ab07505)
src/sfnt.c