gtk/testsuite/gsk/compare/transform-huge-child-nogl.node

14 lines
255 B
Plaintext
Raw Normal View History

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);
}
}
}
}