[pointPen] Raise AttributeError in addVarComponent
This commit is contained in:
parent
7fdb6c23f1
commit
d342440235
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user