Add variation coords to shape_plan proposal

This is the root cause of bug worked around in 19e77e01bc.

Still no shape plan caching for variations though.
This commit is contained in:
Behdad Esfahbod 2018-11-11 22:08:48 -05:00
parent 9c767d075d
commit 77bd0a6458
1 changed files with 2 additions and 0 deletions

View File

@ -481,6 +481,8 @@ hb_shape_plan_create_cached2 (hb_face_t *face,
shaper_list,
user_features,
num_user_features,
coords,
num_coords,
nullptr
};