]> git.eshelyaron.com Git - emacs.git/commit
Don't magnify extent of shifts by variable glyph interpolation
authorPo Lu <luangruo@yahoo.com>
Wed, 3 Jan 2024 05:42:27 +0000 (13:42 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Jan 2024 14:41:23 +0000 (15:41 +0100)
commit4a274cb55f0b9622d522cd3da8f1e2cfcd2c51b7
tree679925eb9de4edb4128af4d3472dbaf0c56d8b67
parentf46e7806e959d0116fa95360af1c8eb31b8ec07f
Don't magnify extent of shifts by variable glyph interpolation

* src/sfnt.c (sfnt_infer_deltas_2): Correctly index
x_coordinates and y_coordinates computing deltas for plain
shift.
(sfnt_vary_simple_glyph): Copy glyph contents to original_x and
original_y not the first time is create, but before each tuple
is applied.

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