Learning_GTK4_tree/testsuite/gsk/compare/transform-in-transform-in-t...

15 lines
243 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
transform {
child: transform {
child: transform {
child: color {
bounds: 0 0 20 20;
color: blue;
}
transform: translate(0, -20);
}
transform: rotate(90);
}
transform: translate(300, 200);
}