mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
653d1eec55
This variant ccreates a huge node in the clipped region and tests that renderers properly clip it away.
41 lines
804 B
Plaintext
41 lines
804 B
Plaintext
color-matrix {
|
|
matrix: matrix3d(256, 0, 0, 0, 0, 256, 0, 0, 0, 0, 256, 0, 0, 0, 0, 256);
|
|
child: clip {
|
|
clip: -37 59 50 50;
|
|
child: container {
|
|
blur {
|
|
blur: 17;
|
|
child: color {
|
|
bounds: -20037 59 20000 50;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
blur {
|
|
blur: 17;
|
|
child: color {
|
|
bounds: 13 59 20000 50;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
blur {
|
|
blur: 17;
|
|
child: color {
|
|
bounds: -37 -19941 50 20000;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
blur {
|
|
blur: 17;
|
|
child: color {
|
|
bounds: -37 109 50 20000;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
color {
|
|
bounds: -22 74 20 20;
|
|
color: rgb(0,0,0);
|
|
}
|
|
}
|
|
}
|
|
}
|