Learning_GTK4_tree/testsuite/gsk/compare/mask.node

20 lines
290 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
mask {
source: container {
color {
color: red;
bounds: 0 0 50 50;
}
color {
color: yellow;
bounds: 50 0 50 50;
}
color {
color: magenta;
bounds: 0 50 100 50;
}
}
mask: color {
color: black;
bounds: 20 20 50 50;
}
}