gtk/testsuite/gsk/compare/stroke-opacity.node
Benjamin Otte 1c3e8d5280 testsuite: Add stroke tests
Same as the recent fill tests, just with strokes.
2023-12-28 07:35:46 +01:00

29 lines
349 B
Plaintext

opacity {
child: stroke {
child: opacity {
opacity: 0.4;
child: color {
bounds: 0 0 50 50;
color: rgb(255,0,0);
}
}
path: "\
M 15 5\
L 35 5\
L 35 15\
L 45 15\
L 45 35\
L 35 35\
L 35 45\
L 15 45\
L 15 35\
L 5 35\
L 5 15\
L 15 15\
Z";
line-width: 10;
line-cap: butt;
line-join: miter;
}
}