Learning_GTK4_tree/testsuite/gsk/compare/blend-invisible-child.node

26 lines
302 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
blend {
top: color {
bounds: 0 0 50 50;
color: red;
}
bottom: color {
bounds: 25 25 0 10;
color: blue;
}
mode: multiply;
}
blend {
top: color {
bounds: 25 85 0 10;
color: blue;
}
bottom: color {
bounds: 0 60 50 50;
color: red;
}
mode: multiply;
}