[pointPen] Raise AttributeError in addVarComponent

This commit is contained in:
Behdad Esfahbod 2023-02-06 08:33:30 -07:00
parent 7fdb6c23f1
commit d342440235

View File

@ -74,7 +74,8 @@ class AbstractPointPen:
and the 'location' argument must be a dictionary mapping axis tags
to their locations.
"""
raise NotImplementedError
# ttGlyphSet decomposes for us
raise AttributeError
class BasePointToSegmentPen(AbstractPointPen):