mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
20 lines
242 B
Plaintext
20 lines
242 B
Plaintext
color {
|
|
bounds: 0 0 100 100;
|
|
color: rgb(0,0,0);
|
|
}
|
|
stroke {
|
|
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";
|
|
line-width: 2;
|
|
line-cap: butt;
|
|
line-join: miter;
|
|
}
|