gtk/testsuite/gsk/compare/mask-empty-mask.node
Benjamin Otte b80e33b209 testsuite: Add tests for empty mask children
The compare tests use an empty container node, but running them with
--replay ends up with empty nodes in snapshots due to how containers are
replayed.

Related: !7396
Related: #6761
2024-07-02 02:04:06 +02:00

36 lines
495 B
Plaintext

mask {
source: color {
bounds: 0 0 40 40;
color: rgb(255,0,204);
}
mask: container {
}
}
mask {
mode: inverted-alpha;
source: color {
bounds: 0 50 40 40;
color: rgb(255,0,204);
}
mask: container {
}
}
mask {
mode: luminance;
source: color {
bounds: 50 0 40 40;
color: rgb(255,0,204);
}
mask: container {
}
}
mask {
mode: inverted-luminance;
source: color {
bounds: 50 50 40 40;
color: rgb(255,0,204);
}
mask: container {
}
}