gtk/testsuite/gsk/compare/clip-contained.node
2024-01-12 20:06:04 +01:00

23 lines
327 B
Plaintext

transform {
transform: rotate(45);
child: clip {
clip: -10 -2.5 20 5;
child: color {
bounds: -25 -25 50 50;
color: rgb(255,0,0);
}
}
}
color {
bounds: -16 -16 16 16;
color: rgb(0,0,0);
}
color {
bounds: -8 -8 16 16;
color: rgb(0,0,0);
}
color {
bounds: 0 0 16 16;
color: rgb(0,0,0);
}