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
..
2017-03-14 12:00:13 +01:00
2018-03-06 10:46:01 +01:00
2015-04-26 02:01:01 -04:00
2016-01-27 19:01:12 +00:00