mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
color {
|
|
bounds: 0 0 14 14;
|
|
color: rgb(255,0,0);
|
|
}
|
|
transform {
|
|
transform: scale(2) translate(0.75, 0.25);
|
|
child: color-matrix {
|
|
matrix: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
|
|
child: transform {
|
|
transform: translate(0.25, 0.75);
|
|
child: color {
|
|
bounds: 0 0 5 5;
|
|
color: rgb(255,255,255);
|
|
}
|
|
}
|
|
}
|
|
}
|