testsuite: Add subpixel positioning test for hidpi

On hidpi (ie scaled by 2x) we want to align to the pixel grid, not the
unit grid.

The GL renderer currently gets that wrong, so it's disabled here.
This commit is contained in:
Benjamin Otte
2024-01-22 12:44:31 +01:00
parent fff912efd3
commit ada0ea0f68
3 changed files with 2669 additions and 0 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -142,6 +142,7 @@ compare_render_tests = [
'stroke-opacity',
'stroke-with-3d-contents-nogl-nocairo',
'subpixel-positioning',
'subpixel-positioning-hidpi-nogl',
'text-color-mix',
'text-glyph-lsb',
'text-mixed-color-nocairo',