Learning_GTK4_tree/testsuite/gsk/nodeparser/crash3.ref.node

18 lines
266 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
cross-fade {
progress: 0.2;
start: container {
color {
bounds: 0 0 10 10;
color: rgb(255,0,0);
}
color {
bounds: 10 10 10 10;
color: rgb(0,128,0);
}
}
end: color {
bounds: 5 5 10 10;
color: rgb(0,0,255);
}
}