mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 18:31:09 +00:00
23 lines
419 B
Plaintext
23 lines
419 B
Plaintext
|
clip {
|
||
|
clip: 1 -9 26 116;
|
||
|
child: container {
|
||
|
color {
|
||
|
bounds: -10 -10 20 120;
|
||
|
color: rgb(255,255,255);
|
||
|
}
|
||
|
transform {
|
||
|
transform: rotate(45);
|
||
|
child: transform {
|
||
|
transform: rotate(45);
|
||
|
child: shadow {
|
||
|
shadows: rgb(0,0,0) 0 1;
|
||
|
child: color {
|
||
|
bounds: 0 0 100 1;
|
||
|
color: rgb(255,0,0);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|