mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
ecfc661054
Some tests were expecting to get elevated curves from GskPathBuilder. But they won't, anymore.
10 lines
139 B
Plaintext
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;
|
|
}
|