[TTGlyphPen] Don't explicitly relcalc glyph bounds
There's no need to do this explicitly; it happens during the calls to compile().
This commit is contained in:
parent
0b3b83f765
commit
1bff12f311
@ -27,7 +27,6 @@ class TTGlyphPenTest(unittest.TestCase):
|
||||
oldGlyph = oldGlyph._glyph
|
||||
newGlyph = pen.glyph()
|
||||
|
||||
newGlyph.recalcBounds(glyfTable)
|
||||
if hasattr(oldGlyph, 'program'):
|
||||
newGlyph.program = oldGlyph.program
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user