Files
gtk/testsuite/gsk/compare/color-matrix-parsing.node
Benjamin Otte 0410125f20 nodeparser: Fix parsing of color-matrix node
Negative offsets in the color matrix were inverted because it used the
rect parser.
2022-05-18 21:16:33 +02:00

10 lines
223 B
Plaintext

color-matrix {
matrix: matrix3d(255, 0, 0, 0,
0, 255, 0, 0,
0, 0, 255, 0,
0, 0, 0, 1);
offset: -127 -127 -127 0;
child: color {
color: #80007f;
}
}