mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
72c58ccd7d
This test ensures that offscreens for cross-fade children are properly clipped and that the renderers can deal with the two not overlapping.
15 lines
241 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|