mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
|
clip {
|
||
|
clip: 0 0 50 50;
|
||
|
child: transform {
|
||
|
transform: rotate(1);
|
||
|
child: rounded-clip {
|
||
|
clip: -30000 -30000 60000 60000 / 5;
|
||
|
child: color {
|
||
|
bounds: -30000 -30000 60000 60000;
|
||
|
color: rgb(255,0,0);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|