mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
fill {
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(255,0,204);
|
|
}
|
|
path: "\
|
|
M 0 0\
|
|
L 50 0\
|
|
C 50 50, 0 50, 0 0\
|
|
Z";
|
|
fill-rule: winding;
|
|
}
|