gtk/testsuite/gsk/compare/texture-coords.node
Benjamin Otte 00ce51472c testsuite: Add render test for texture placement
Make sure that texture nodes sample from the texture properly.
2023-11-01 08:01:27 +01:00

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==\
");
}
}