mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
color "node1" {
|
|
bounds: 0 0 10 10;
|
|
color: rgb(23,42,69);
|
|
}
|
|
transform {
|
|
transform: translate(20, 0);
|
|
child: "node1";
|
|
}
|