Add a failing text test

This commit is contained in:
Matthias Clasen
2024-02-20 18:37:57 -05:00
parent c93fa922dc
commit afc6f1c5ea
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
blend {
mode: difference;
bottom: text {
color: rgb(255,0,0);
font: "Noto Sans Mono 300";
glyphs: "o";
}
top: transform {
transform: scale(100);
child: text {
color: rgb(255,0,0);
font: "Noto Sans Mono 3";
glyphs: "o";
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -98,6 +98,7 @@ compare_render_tests = [
'mask-texture-color-alpha',
'mipmap-generation-later',
'nested-rounded-clips',
'o-from-hell',
'offscreen-fractional-translate-nogl',
'offscreen-pixel-alignment-nogl-nocairo',
'offscreen-pixel-alignment2',