mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
c5bdf0a995
See previous commit for details.
21 lines
366 B
Plaintext
21 lines
366 B
Plaintext
color {
|
|
bounds: 0 0 15 15;
|
|
color: rgb(0,0,0);
|
|
}
|
|
transform {
|
|
transform: translate(2.6, 2);
|
|
child: stroke {
|
|
child: linear-gradient {
|
|
bounds: -1 -1 12 12;
|
|
start: 0 -1;
|
|
end: 0 11;
|
|
stops: 0.5 rgb(0,80,0), 0.5 rgb(80,0,0);
|
|
}
|
|
path: "\
|
|
M 0.5 0.5 h 9 v 9 h -9 z";
|
|
line-width: 1;
|
|
line-cap: butt;
|
|
line-join: miter;
|
|
}
|
|
}
|