gtk/testsuite/gsk/compare/transform-huge-child.node
Benjamin Otte 2b59c4cf16 testsuite: Test we don't crash with overly large nodes
... when these nodes are used as children of a complex transform nodes
and we lose the clip.
2023-12-26 05:03:23 +01:00

14 lines
255 B
Plaintext

clip {
clip: 0 0 50 50;
child: transform {
transform: rotate(1);
child: rounded-clip {
clip: -30000 -30000 60000 60000 / 5;
child: color {
bounds: -30000 -30000 60000 60000;
color: rgb(255,0,0);
}
}
}
}