mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
f9b66dff8b
This was causing crashes in the GPU renderer. Related: #6425
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
clip {
|
|
clip: -20000 0 50 50;
|
|
child: shadow {
|
|
shadows: red -20000 0 0;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: blue;
|
|
}
|
|
}
|
|
}
|