gtk/testsuite/gsk/compare/cross-fade-clipped-with-huge-children.node
Benjamin Otte 72c58ccd7d testsuite: Add another test
This test ensures that offscreens for cross-fade children are properly
clipped and that the renderers can deal with the two not overlapping.
2023-12-26 05:03:23 +01:00

15 lines
241 B
Plaintext

clip {
clip: -50 -50 100 100;
child: cross-fade {
progress: 0.333333;
start: color {
bounds: 0 0 16384 16384;
color: red;
}
end: color {
bounds: -16384 -16384 16384 16384;
color: blue;
}
}
}