[varc] Set coordinates as absolute values

This commit is contained in:
Behdad Esfahbod 2022-12-20 09:57:32 -07:00
parent 0409363f77
commit 9b5b4da0e4
1 changed files with 0 additions and 1 deletions

View File

@ -318,7 +318,6 @@ struct VarCompositeGlyphRecord
signed v = have_variations ? rec_points[i].x : *a++;
v += setter[axis_index];
v = hb_clamp (v, -(1<<14), (1<<14));
setter[axis_index] = v;
}