mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Merge branch 'wip/otte/for-main' into 'main'
testsuite: fix "empty" linear-gradient compare test See merge request GNOME/gtk!6493
This commit is contained in:
commit
a5c6a40b3c
@ -1 +1,10 @@
|
||||
linear-gradient { }
|
||||
linear-gradient {
|
||||
stops: 0.2 red,
|
||||
0.2 blue,
|
||||
0.4 blue,
|
||||
0.4 yellow,
|
||||
0.6 yellow,
|
||||
0.6 lime,
|
||||
0.8 lime,
|
||||
0.8 teal;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 166 B |
@ -1,4 +1,5 @@
|
||||
opacity {
|
||||
opacity: 0.6;
|
||||
child: transform {
|
||||
transform: translate(15, 15);
|
||||
child: container {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 127 B |
Loading…
Reference in New Issue
Block a user