gtk/testsuite/gsk/compare/empty-texture.node
Benjamin Otte 0a32305f01 testsuite: Add render tests for all the empty nodes
Test that rendering empty nodes succees. For a lot of nodes the
resulting rendering isn't clearly defined, in those cases we overdraw
those regions (sometimes the whole image) with black.
2019-05-21 06:43:59 +02:00

13 lines
194 B
Plaintext

texture { }
/* The bilinear filtering code can differ
between implementations, so cover it */
color {
bounds: 21 0 10 50;
color: black;
}
color {
bounds: 0 21 50 10;
color: black;
}