Learning_GTK4_tree/testsuite/gsk/compare/blend-in-rotate.node

14 lines
219 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
transform {
transform: rotate(90);
child: blend {
bottom: color {
bounds: 0 0 100 100;
color: rgb(255,0,0);
}
top: color {
bounds: 50 50 100 100;
color: rgb(0,0,255);
}
}
}