mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +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.
25 lines
310 B
Plaintext
25 lines
310 B
Plaintext
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);
|
|
}
|
|
}
|