* src/truetype/ttgxvar.c (tt_face_vary_cvt): Fix all shared values.

Applying cvar deltas to all shared points was incorrectly omitted.
Fixes #1314.
This commit is contained in:
Chad Brokaw 2025-01-19 22:39:17 -05:00 committed by Alexei Podtelezhnikov
parent b9e09e33fe
commit a059b237bb

View file

@ -3676,7 +3676,7 @@
if ( !points || !deltas )
; /* failure, ignore it */
else if ( localpoints == ALL_POINTS )
else if ( points == ALL_POINTS )
{
#ifdef FT_DEBUG_LEVEL_TRACE
int count = 0;