leave self.glyphSet alone

This commit is contained in:
Cosimo Lupo 2021-05-20 14:03:56 +01:00
parent 1d9f267ad5
commit c995411a60

View File

@ -47,7 +47,7 @@ class _TTGlyphBasePen:
If both contours and components are present in a glyph, the components
are decomposed.
"""
self.glyphSet = glyphSet if glyphSet is not None else {}
self.glyphSet = glyphSet
self.handleOverflowingTransforms = handleOverflowingTransforms
self.init()