]> git.eshelyaron.com Git - emacs.git/commit
Increase accuracy of IP instruction
authorPo Lu <luangruo@yahoo.com>
Wed, 17 Jan 2024 01:30:47 +0000 (09:30 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jan 2024 16:41:19 +0000 (17:41 +0100)
commit0bd684ff86f2fba2734438db2d860619b6e6f7e3
treeb3c0f2f41b0653020ca8dd38cd89b7a99efa7121
parent19183c60cc4c707b59f7c3708d86203f170ea87f
Increase accuracy of IP instruction

* src/sfnt.c (sfnt_interpret_ip): Avoid precision loss by
retrieving original positions from the unscaled outline,
whenever possible.

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