gtk/testsuite/gsk/compare/scale0-crash.node
Matthias Clasen c1270cf52b gpu: Fix a crash in vulkan
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
2024-01-27 10:30:38 -05:00

12 lines
166 B
Plaintext

blend {
mode: difference;
top: transform {
transform: scale(0);
child: text {
color: red;
font: "Cantarell 3";
glyphs: "o";
}
}
}