mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
4cc2a660e3
Renderer tend to ignore the clip when offscreening the child of a blur node. So make a test that oversizes that child.
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
clip {
|
|
clip: 0 0 100 100;
|
|
child: blur {
|
|
blur: 1;
|
|
child: color {
|
|
color: red;
|
|
bounds: -16384 -16384 32768 32768;
|
|
}
|
|
}
|
|
}
|