mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
ac4e98f16a
Easy enough to test
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
transform {
|
|
child: transform {
|
|
child: color {
|
|
bounds: 0 0 20 20;
|
|
color: blue;
|
|
}
|
|
transform: translate(0, -20);
|
|
}
|
|
transform: scale(2) rotate(90);
|
|
}
|