gtk/testsuite/gsk/opaque/vertical-merge-0-0-50-100.node
Benjamin Otte 329dc9e0cf gpu: Change get_opaque() implementation of containers
We want to be able to express opaque grids. This means that the app
provides either a row of columns of opaque nodes or a column of rows,
and then the containers will magically figure it out.

The main use case for this is terminals, which are uilt using cells. And
when there's a transparent background configured but the contents are
opaque, it'd be nice if we could figure that out.

Also remove the 80% requirement. It is rather arbitrary and while it
helps for some cases, the aforementioned grid would suffer.
2024-07-08 15:28:14 +02:00

13 lines
127 B
Plaintext

color {
bounds: 0 0 50 25;
}
color {
bounds: 0 25 50 25;
}
color {
bounds: 0 50 50 25;
}
color {
bounds: 0 75 50 25;
}