foliojs / fontkit

An advanced font engine for Node and the browser
1.44k stars 210 forks source link

fix #182: apply rounding after delta interpolation #332

Closed Connum closed 2 months ago

Connum commented 2 months ago

rounding after the delta interpolation instead of before prevents rounding issues leading do wrong value, e.g. in the unicode test suite case GVAR-9, column 4: image

fixes #182