diff --git a/testsuite/gsk/compare/text-A-no-aa.node b/testsuite/gsk/compare/text-A-no-aa.node new file mode 100644 index 0000000000..d2da453111 --- /dev/null +++ b/testsuite/gsk/compare/text-A-no-aa.node @@ -0,0 +1,7 @@ +text { + font: "Cantarell 12.9990234375"; + glyphs: 1 0; + hint-metrics: on; + hint-style: full; + antialias: none; +} diff --git a/testsuite/gsk/compare/text-A-no-aa.png b/testsuite/gsk/compare/text-A-no-aa.png new file mode 100644 index 0000000000..1ff15151ae Binary files /dev/null and b/testsuite/gsk/compare/text-A-no-aa.png differ diff --git a/testsuite/gsk/compare/text-B-aa-nogl.node b/testsuite/gsk/compare/text-B-aa-nogl.node new file mode 100644 index 0000000000..9b978d8e53 --- /dev/null +++ b/testsuite/gsk/compare/text-B-aa-nogl.node @@ -0,0 +1,5 @@ +text { + font: "Cantarell 12.9990234375"; + glyphs: 27 0; + offset: 0.5 0; +} diff --git a/testsuite/gsk/compare/text-B-aa-nogl.png b/testsuite/gsk/compare/text-B-aa-nogl.png new file mode 100644 index 0000000000..40dfb12273 Binary files /dev/null and b/testsuite/gsk/compare/text-B-aa-nogl.png differ diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index 4911e93e9b..2b14acb39a 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -145,6 +145,8 @@ compare_render_tests = [ 'stroke-with-3d-contents-nogl-nocairo', 'subpixel-positioning', 'subpixel-positioning-hidpi-nogl-nocairo', + 'text-A-no-aa', + 'text-B-aa-nogl', 'text-color-mix', 'text-glyph-lsb', 'text-mixed-color-nocairo',