forked from AuroraMiddleware/gtk
ac4e98f16a
Easy enough to test
15 lines
243 B
Plaintext
15 lines
243 B
Plaintext
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);
|
|
}
|