mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
c1270cf52b
The node processing wasn't skipping 0-size nodes when using the uber shader, leading to assertions down the road. Since the ngl renderer doesn't use uber shaders, this only affects vulkan. Test included. Fixes: #6370
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
blend {
|
|
mode: difference;
|
|
top: transform {
|
|
transform: scale(0);
|
|
child: text {
|
|
color: red;
|
|
font: "Cantarell 3";
|
|
glyphs: "o";
|
|
}
|
|
}
|
|
}
|