forked from AuroraMiddleware/gtk
63a8144e1a
The serialize-deserialize test is completely handled via the new nodeparser tests. So move those tests over and delete the old test binary.
17 lines
200 B
Plaintext
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;
|
|
}
|