Cosimo Lupo 846941c8ef
[glyf] ensure GlyphCoordinates never overflow
in _checkFloat (used whenever we're about to update the inner array) we check whether the value exceeds a short integer, and if so we convert the array to floats.
Also, we make sure we call __setitem__ (which in turn calls _checkFloat) instead of updating the inner array directly in the rest of the math methods.
2018-06-07 12:53:42 +01:00
..
2018-05-21 12:40:14 +01:00
2017-11-24 17:46:31 +01:00
2018-03-26 15:32:13 +01:00
2018-05-21 23:50:26 -04:00