Add some more text rendering tests
This commit is contained in:
7
testsuite/gsk/compare/text-A-no-aa.node
Normal file
7
testsuite/gsk/compare/text-A-no-aa.node
Normal file
@@ -0,0 +1,7 @@
|
||||
text {
|
||||
font: "Cantarell 12.9990234375";
|
||||
glyphs: 1 0;
|
||||
hint-metrics: on;
|
||||
hint-style: full;
|
||||
antialias: none;
|
||||
}
|
||||
BIN
testsuite/gsk/compare/text-A-no-aa.png
Normal file
BIN
testsuite/gsk/compare/text-A-no-aa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 B |
5
testsuite/gsk/compare/text-B-aa-nogl.node
Normal file
5
testsuite/gsk/compare/text-B-aa-nogl.node
Normal file
@@ -0,0 +1,5 @@
|
||||
text {
|
||||
font: "Cantarell 12.9990234375";
|
||||
glyphs: 27 0;
|
||||
offset: 0.5 0;
|
||||
}
|
||||
BIN
testsuite/gsk/compare/text-B-aa-nogl.png
Normal file
BIN
testsuite/gsk/compare/text-B-aa-nogl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 252 B |
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user