gtk/testsuite/gsk/nodeparser/empty-stroke.ref.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

17 lines
277 B
Plaintext

stroke {
child: color {
bounds: -2.77641 -4 55.5528 53.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";
line-width: 1;
line-cap: butt;
line-join: miter;
}