mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
00ce51472c
Make sure that texture nodes sample from the texture properly.
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
color-matrix {
|
|
matrix: matrix3d(1000, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 1000);
|
|
child: texture {
|
|
bounds: 0 0 32 32;
|
|
texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQImQXBAQEAAACAEP9PFyIK\
|
|
FQ1Dzgf5P3fNsQAAAABJRU5ErkJggg==\
|
|
");
|
|
}
|
|
}
|