[glyf] Minor

This commit is contained in:
Behdad Esfahbod 2021-04-07 13:38:52 -06:00
parent 1f3c23e62b
commit b5af979fbd

View File

@ -515,7 +515,7 @@ CompositeMaxpValues = namedtuple('CompositeMaxpValues', ['nPoints', 'nContours',
class Glyph(object):
def __init__(self, data=""):
def __init__(self, data=b""):
if not data:
# empty char
self.numberOfContours = 0