forked from AuroraMiddleware/gtk
0a32305f01
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.
21 lines
263 B
Plaintext
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;
|
|
}
|