mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
4a94c91772
We get those wrong, and there's not really a visual effect. And since we do a check anyway, just disallow them and treat them as unblurred.
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
color {
|
|
bounds: 0 0 100 100;
|
|
color: rgba(0,0,0,0);
|
|
}
|
|
clip {
|
|
clip: 10 10 20 20;
|
|
child: outset-shadow {
|
|
blur: 0.00001;
|
|
outline: 0 0 100 100 / 100 0 100 0;
|
|
}
|
|
}
|