gtk/testsuite/gsk/compare/outset-shadow-corner-blur-tiny.node
Benjamin Otte 4a94c91772 gpu: Don't blur tiny blur radii
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.
2024-07-30 01:50:56 +02:00

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;
}
}