gtk/testsuite/gsk/nodeparser/fill2.ref.node
Matthias Clasen ecfc661054 Adapt tests to new path builder behavior
Some tests were expecting to get elevated curves
from GskPathBuilder. But they won't, anymore.
2023-09-17 08:53:10 -04:00

10 lines
139 B
Plaintext

fill {
child: color {
bounds: 0 0 20 20;
color: rgb(255,0,204);
}
path: "\
M 0 0 O 10 0, 20 20, 5";
fill-rule: even-odd;
}