10 lines
176 B
Text
10 lines
176 B
Text
transform {
|
|
child: transform {
|
|
child: color {
|
|
bounds: 0 0 20 20;
|
|
color: blue;
|
|
}
|
|
transform: translate(0, -20);
|
|
}
|
|
transform: scale(2) rotate(90);
|
|
}
|