From 1bff12f311edcba175501cf4c8cd46f9cec46715 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Thu, 5 Nov 2015 15:13:43 -0800 Subject: [PATCH] [TTGlyphPen] Don't explicitly relcalc glyph bounds There's no need to do this explicitly; it happens during the calls to compile(). --- Lib/fontTools/pens/ttGlyphPen_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/fontTools/pens/ttGlyphPen_test.py b/Lib/fontTools/pens/ttGlyphPen_test.py index 15f7c339d..a3ae76ade 100644 --- a/Lib/fontTools/pens/ttGlyphPen_test.py +++ b/Lib/fontTools/pens/ttGlyphPen_test.py @@ -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