mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 19:21:38 +02:00
Skip colrv1 rendering on macOS
This commit is contained in:
@@ -340,6 +340,7 @@ class Rendering(FontBaseTest):
|
|||||||
cells = render_string(text)[-1]
|
cells = render_string(text)[-1]
|
||||||
self.ae(len(cells), sz)
|
self.ae(len(cells), sz)
|
||||||
|
|
||||||
|
@unittest.skipIf(is_macos, 'COLRv1 is only supported on Linux')
|
||||||
def test_rendering_colrv1(self):
|
def test_rendering_colrv1(self):
|
||||||
f = create_face(self.path_for_font('twemoji_smiley-cff2_colr_1.otf'))
|
f = create_face(self.path_for_font('twemoji_smiley-cff2_colr_1.otf'))
|
||||||
f.set_size(64, 96, 96)
|
f.set_size(64, 96, 96)
|
||||||
|
|||||||
Reference in New Issue
Block a user