mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
1dd905d976
We need to check that the clip is inside the opaque region, not that the opaque region is inside the clip. Test included, using the only not that hits the fallback path with an opaque region smaller than its bounds.
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
color {
|
|
bounds: 0 0 30 30;
|
|
color: rgb(0,255,0);
|
|
}
|
|
cross-fade {
|
|
progress: 0.4;
|
|
start: color {
|
|
bounds: 0 10 30 30;
|
|
color: rgb(0,0,255);
|
|
}
|
|
end: color {
|
|
bounds: 10 0 30 30;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|