mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
27 lines
325 B
Plaintext
27 lines
325 B
Plaintext
|
stroke {
|
||
|
child: transform {
|
||
|
transform: translate3d(0, 0, 1);
|
||
|
child: color {
|
||
|
bounds: 0 0 50 50;
|
||
|
color: rgb(255,0,0);
|
||
|
}
|
||
|
}
|
||
|
path: "\
|
||
|
M 15 5\
|
||
|
L 35 5\
|
||
|
L 35 15\
|
||
|
L 45 15\
|
||
|
L 45 35\
|
||
|
L 35 35\
|
||
|
L 35 45\
|
||
|
L 15 45\
|
||
|
L 15 35\
|
||
|
L 5 35\
|
||
|
L 5 15\
|
||
|
L 15 15\
|
||
|
Z";
|
||
|
line-width: 10;
|
||
|
line-cap: butt;
|
||
|
line-join: miter;
|
||
|
}
|