diff --git a/testsuite/gsk/compare/text-glyph-lsb.node b/testsuite/gsk/compare/text-glyph-lsb.node new file mode 100644 index 0000000000..61dd2dab89 --- /dev/null +++ b/testsuite/gsk/compare/text-glyph-lsb.node @@ -0,0 +1,4 @@ +text { + font: "text-mixed-color 30"; + glyphs: 1 40, 1 40, 8 40, 1 40; +} diff --git a/testsuite/gsk/compare/text-glyph-lsb.png b/testsuite/gsk/compare/text-glyph-lsb.png new file mode 100644 index 0000000000..85843e8ec8 Binary files /dev/null and b/testsuite/gsk/compare/text-glyph-lsb.png differ diff --git a/testsuite/gsk/fonts/text-mixed-color.ttf b/testsuite/gsk/fonts/text-mixed-color.ttf index 291102a1b9..99eb88198e 100644 Binary files a/testsuite/gsk/fonts/text-mixed-color.ttf and b/testsuite/gsk/fonts/text-mixed-color.ttf differ diff --git a/testsuite/gsk/fonts/text-mixed-color.ttx b/testsuite/gsk/fonts/text-mixed-color.ttx index 76b742deb0..2e66f1dd6a 100644 --- a/testsuite/gsk/fonts/text-mixed-color.ttx +++ b/testsuite/gsk/fonts/text-mixed-color.ttx @@ -11,6 +11,7 @@ + @@ -82,12 +83,13 @@ + - + @@ -158,6 +160,15 @@ + + + + + + + + + @@ -200,6 +211,7 @@ + diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index 28ddebb4b7..a7190d05d0 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -136,6 +136,7 @@ compare_render_tests = [ 'stroke-fractional-translate-nogl', 'stroke-opacity', 'stroke-with-3d-contents-nogl-nocairo', + 'text-glyph-lsb', 'text-mixed-color-nocairo', 'text-mixed-color-colrv1', 'texture-coords',