Add endPath method to TransformPen
I think this was just forgotten before.
This commit is contained in:
parent
9ff7d62454
commit
981ad5978c
@ -51,6 +51,9 @@ class TransformPen(AbstractPen):
|
|||||||
def closePath(self):
|
def closePath(self):
|
||||||
self._outPen.closePath()
|
self._outPen.closePath()
|
||||||
|
|
||||||
|
def endPath(self):
|
||||||
|
self._outPen.endPath()
|
||||||
|
|
||||||
def addComponent(self, glyphName, transformation):
|
def addComponent(self, glyphName, transformation):
|
||||||
transformation = self._transformation.transform(transformation)
|
transformation = self._transformation.transform(transformation)
|
||||||
self._outPen.addComponent(glyphName, transformation)
|
self._outPen.addComponent(glyphName, transformation)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user