mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
|
fill {
|
||
|
child: color {
|
||
|
bounds: 0 0 100 100;
|
||
|
color: rgb(255,0,0);
|
||
|
}
|
||
|
path: "\
|
||
|
M 10 10\
|
||
|
L 90 10\
|
||
|
L 90 90\
|
||
|
L 10 90\
|
||
|
Z";
|
||
|
fill-rule: winding;
|
||
|
}
|