gtk2/testsuite/gsk/nodeparser/blend.ref.node

25 lines
310 B
Plaintext
Raw Normal View History

blend {
bottom: container {
}
top: container {
}
}
blend {
bottom: container {
}
mode: color-dodge;
top: container {
}
}
blend {
bottom: color {
bounds: 0 0 50 50;
color: rgb(255,0,204);
}
mode: difference;
top: color {
bounds: 0 0 50 50;
color: rgb(255,0,204);
}
}