[varc] Set coordinates as absolute values
This commit is contained in:
parent
0409363f77
commit
9b5b4da0e4
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue