gtk/testsuite/gsk/compare/fill2.node
Matthias Clasen 862afeffe0 Add another path fill test
This uses the other fill rule.
2024-03-09 07:03:55 -05:00

14 lines
154 B
Plaintext

fill {
child: color {
bounds: 0 0 100 100;
color: rgb(255,0,0);
}
path: "\
M 10 10\
L 90 10\
L 90 90\
L 10 90\
Z";
fill-rule: even-odd;
}