[interpolatable] Remove stale commit and uncomment code
This commit is contained in:
parent
c2263c2e8f
commit
65e5c257ed
@ -55,10 +55,8 @@ class RecordingPen(BasePen):
|
|||||||
self.value.append(('closePath', ()))
|
self.value.append(('closePath', ()))
|
||||||
def _endPath(self):
|
def _endPath(self):
|
||||||
self.value.append(('endPath', ()))
|
self.value.append(('endPath', ()))
|
||||||
# Humm, adding the following method slows things down some 20%.
|
def addComponent(self, glyphName, transformation):
|
||||||
# We don't have as much control as we like currently.
|
self.value.append(('addComponent', (glyphName, transformation)))
|
||||||
#def addComponent(self, glyphName, transformation):
|
|
||||||
# self.value.append(('addComponent', (glyphName, transformation)))
|
|
||||||
|
|
||||||
def draw(self, pen):
|
def draw(self, pen):
|
||||||
for operator,operands in self.value:
|
for operator,operands in self.value:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user