gtk/testsuite/gsk/opaque/texture-scale-noninteger.node
Benjamin Otte 6d564075f3 gsk: texture-scale nodes with non-integer bounds aren't opaque
Due to the way the intermediate offscreen gets drawn, we might end up
with seams at the edges.

And I don't think it's worth spending more time on than saying "not
opaque".

Fixes the compare-render testsuite

New testcase included.
2024-07-08 15:28:14 +02:00

8 lines
79 B
Plaintext

texture-scale {
bounds: 3 0 1.5 1;
}
texture-scale {
bounds: 0 3 1 1.5;
}