mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
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.
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
container { }
|
|
|
|
/* We need to contain something because 0x0 nodes
|
|
cause NULL textures */
|
|
color {
|
|
bounds: -1 -1 1 1;
|
|
color: transparent;
|
|
}
|