This commit is contained in:
Behdad Esfahbod 2023-12-17 13:23:01 -07:00
parent 2056577614
commit f24808c58c

View File

@ -719,8 +719,8 @@ class GlyphComponentTest:
assert (comp.firstPt, comp.secondPt) == (1, 2) assert (comp.firstPt, comp.secondPt) == (1, 2)
assert not hasattr(comp, "transform") assert not hasattr(comp, "transform")
class GlyphCubicTest:
class GlyphCubicTest:
def test_roundtrip(self): def test_roundtrip(self):
font_path = os.path.join(DATA_DIR, "NotoSans-VF-cubic.subset.ttf") font_path = os.path.join(DATA_DIR, "NotoSans-VF-cubic.subset.ttf")
font = TTFont(font_path) font = TTFont(font_path)