mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
c5bdf0a995
See previous commit for details.
19 lines
297 B
Plaintext
19 lines
297 B
Plaintext
color {
|
|
bounds: 0 0 15 15;
|
|
color: rgb(0,0,0);
|
|
}
|
|
transform {
|
|
transform: translate(2.6, 2);
|
|
child: stroke {
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(0,80,0);
|
|
}
|
|
path: "\
|
|
M 0.5 0.5 h 9 v 9 h -9 z";
|
|
line-width: 1;
|
|
line-cap: butt;
|
|
line-join: miter;
|
|
}
|
|
}
|