gtk2/testsuite/gsk/compare/opacity-overdraw.node

16 lines
264 B
Plaintext
Raw Normal View History

opacity {
child: transform {
transform: translate(15, 15);
child: container {
color {
bounds: -15 -15 30 30;
color: rgb(0,0,255);
}
color {
bounds: -10 -10 20 20;
color: rgb(255,0,0);
}
}
}
}