gtk2/testsuite/gsk/compare/empty-blur.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

21 lines
263 B
Plaintext

blur { }
/* The blur algorithm isn't specified, so
don't test it. */
color {
bounds: -3 -3 50 6;
color: black;
}
color {
bounds: 47 -3 6 50;
color: black;
}
color {
bounds: 3 47 50 6;
color: black;
}
color {
bounds: -3 3 6 50;
color: black;
}