Black
This commit is contained in:
parent
2056577614
commit
f24808c58c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user