gtk/testsuite/gsk/compare/linear-gradient-premultiplied-nocairo.node
2024-08-11 19:07:40 +02:00

10 lines
223 B
Plaintext

color-matrix {
matrix: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 100);
child: linear-gradient {
bounds: 0 0 50 50;
start: 0 -50;
end: 0 100;
stops: 0 rgb(255,0,0), 1 rgba(0,255,255,0);
}
}