Add a test for scaled textures

This commit is contained in:
Matthias Clasen 2023-02-11 13:43:05 -05:00
parent d916659781
commit 238e7ec351
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
container {
texture-scale {
texture: url("some-10x10-image-with-content.png");
bounds: 0 0 100 100;
filter: nearest;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

View File

@ -75,6 +75,7 @@ compare_render_tests = [
'transform-in-transform',
'transform-in-transform-in-transform',
'rounded-clip-in-clip-3d', # not really 3d, but cairo fails it
'scaled-texture',
]
# these are too sensitive to differences in the renderers