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:
parent
9c767d075d
commit
77bd0a6458
|
@ -481,6 +481,8 @@ hb_shape_plan_create_cached2 (hb_face_t *face,
|
||||||
shaper_list,
|
shaper_list,
|
||||||
user_features,
|
user_features,
|
||||||
num_user_features,
|
num_user_features,
|
||||||
|
coords,
|
||||||
|
num_coords,
|
||||||
nullptr
|
nullptr
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue