[varLib] Pass fvar axis order ot VariationModel()
Update expected test results.
This commit is contained in:
parent
3fbc4688eb
commit
645b7a8355
@ -684,7 +684,7 @@ def build(designspace_filename, master_finder=lambda s:s):
|
||||
axisTags = [axis.axisTag for axis in fvar.axes]
|
||||
|
||||
# Assume single-model for now.
|
||||
model = models.VariationModel(normalized_master_locs)
|
||||
model = models.VariationModel(normalized_master_locs, axisOrder=axisTags)
|
||||
assert 0 == model.mapping[base_idx]
|
||||
|
||||
log.info("Building variations tables")
|
||||
|
Loading…
x
Reference in New Issue
Block a user