Commit 54b2b93722c9f067199cd7145dfd065d5b6b2f0c

Behdad Esfahbod 2018-01-05T13:20:21

[ot] Fix VariationStore evaluation algorithm Ouch! Missing coords should still be evaluated as coord=0, which most of the time results in a factor of 0. We were skipping these, which was equivalent to a factor of 1. Fixes https://github.com/harfbuzz/harfbuzz/issues/652