Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Clasen
4156e3ac8d Add a failing testcase
This renders ok only with cairo.
2021-08-19 08:41:31 -04:00
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
transform {
child: container {
color {
bounds: 1 1 200 1;
color: black;
}
color {
bounds: 100 -100 1 200;
color: black;
}
}
transform: scale(0.5,0.5);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

View File

@@ -35,6 +35,7 @@ compare_render_tests = [
'clip-nested1',
'color-blur0',
'color-matrix-identity',
'crosshair',
'cross-fade-in-opacity',
'css-background',
'empty-blend',