[varc] Set coordinates as absolute values

pull/3967/head
Behdad Esfahbod 2 years ago
parent 0409363f77
commit 9b5b4da0e4
  1. 1
      src/OT/glyf/VarCompositeGlyph.hh

@ -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…
Cancel
Save