mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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;
|
|
}
|