Learning_GTK4_tree/testsuite/gsk/compare/opacity-overlapping-children.node
2023-12-12 11:36:42 +01:00

13 lines
No EOL
189 B
Text

opacity {
opacity: 0.4;
child: container {
color {
color: blue;
bounds: 0 0 100 100;
}
color {
color: red;
bounds: 50 50 100 100;
}
}
}