[glyf] Minor
This commit is contained in:
parent
1f3c23e62b
commit
b5af979fbd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user