mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
27 lines
309 B
Plaintext
27 lines
309 B
Plaintext
opacity {
|
|
child: fill {
|
|
child: opacity {
|
|
opacity: 0.4;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(0,255,0);
|
|
}
|
|
}
|
|
path: "\
|
|
M 10 0\
|
|
L 40 0\
|
|
L 40 10\
|
|
L 50 10\
|
|
L 50 40\
|
|
L 40 40\
|
|
L 40 50\
|
|
L 10 50\
|
|
L 10 40\
|
|
L 0 40\
|
|
L 0 10\
|
|
L 10 10\
|
|
Z";
|
|
fill-rule: winding;
|
|
}
|
|
}
|