mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-02 17:58:00 +02:00
* 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:
parent
b9e09e33fe
commit
a059b237bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue