gtk/testsuite/gsk/compare/fill-with-3d-contents-nogl-nocairo.node
Benjamin Otte 34392ca018 testsuite: Add a test filling 3d content
Checks that a simple Cairo fallback cannot be used.
2023-12-28 07:35:46 +01:00

25 lines
289 B
Plaintext

fill {
child: transform {
transform: translate3d(0, 0, 1);
child: color {
bounds: 0 0 50 50;
color: rgb(0,255,0);
}
}
path: "\
M 10 0\
L 40 0\
L 40 10\
L 50 10\
L 50 40\
L 40 40\
L 40 50\
L 10 50\
L 10 40\
L 0 40\
L 0 10\
L 10 10\
Z";
fill-rule: winding;
}