gtk2/testsuite/gsk/compare/clipped_rounded_clip.node
Benjamin Otte 08e9725797 Move working tests to new directory
These are tests that are working on both GL and Cairo now.

Some tests got black boxes over the areas that aren't easy to compare.
2019-05-05 07:18:39 +02:00

42 lines
604 B
Plaintext

color {
color: white;
bounds: 50 70 80 90;
}
clip {
clip: 60 80 60 70;
child: rounded-clip {
clip: 20 50 100 100 / 50;
child: color {
bounds: 20 50 100 100;
color: red;
}
}
}
debug {
message: "clipped out area";
child: container {
color {
bounds: 115 80 5 45;
color: black;
}
color {
bounds: 110 121 5 11;
color: black;
}
color {
bounds: 99 129 11 11;
color: black;
}
color {
bounds: 91 140 11 5;
color: black;
}
color {
bounds: 60 145 35 5;
color: black;
}
}
}