gtk2/testsuite/gsk/serializedeserialize/blend.node
2019-05-05 07:18:39 +02:00

17 lines
200 B
Plaintext

blend {
bottom: container { }
top: container { }
}
blend {
top: container { }
mode: color-dodge;
bottom: container { }
}
blend {
top: color { }
bottom: color { }
mode: difference;
}