gtk/testsuite/gsk/nodeparser/empty-fill.node
Matthias Clasen 9c159cf129 path: Tweak printing a bit more
We are dealing with floats here, so using
g_ascii_dtostr isn't really the best.

Update affected tests.
2023-09-17 22:35:33 -04:00

15 lines
240 B
Plaintext

fill {
child: color {
bounds: 1.22359 0 47.5528 45.2254;
color: rgb(255,0,204);
}
path: "\
M 25 0\
L 39.6946297 45.2254257\
L 1.22358704 17.2745743\
L 48.776413 17.2745743\
L 10.3053684 45.2254257\
Z";
fill-rule: winding;
}