mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
3b299f574d
Related: #6322
23 lines
327 B
Plaintext
23 lines
327 B
Plaintext
transform {
|
|
transform: rotate(45);
|
|
child: clip {
|
|
clip: -10 -2.5 20 5;
|
|
child: color {
|
|
bounds: -25 -25 50 50;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
}
|
|
color {
|
|
bounds: -16 -16 16 16;
|
|
color: rgb(0,0,0);
|
|
}
|
|
color {
|
|
bounds: -8 -8 16 16;
|
|
color: rgb(0,0,0);
|
|
}
|
|
color {
|
|
bounds: 0 0 16 16;
|
|
color: rgb(0,0,0);
|
|
}
|