]> git.eshelyaron.com Git - emacs.git/commit
Bring GX point interpolation further into standards compliance
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Jan 2024 03:27:59 +0000 (11:27 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:58:33 +0000 (08:58 +0100)
commitf9dccd8a195559f9d9df16b7321a433758b9c8ad
treec8e16cd2e244553bcbe3468c83cfd58c23c10174
parent0bf34f54b0cd8e408debc262f6a322c5cfa915ee
Bring GX point interpolation further into standards compliance

* src/sfnt.c (sfnt_infer_deltas_2): New function; factor much of
sfnt_infer_deltas_1 into this function, then modify its
treatment of untouched points positioned at their reference
points to align with standard GX treatment.
(sfnt_infer_deltas_1): Remove all code not concerning anchor
point discovery.
(main): Adjust tests.

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