mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
03f24bb5cf
Among other things, this includes a test for the fix in the previous commit.
16 lines
382 B
CSS
16 lines
382 B
CSS
window {
|
|
background-image: linear-gradient(75deg, red, green 20%, blue 40px);
|
|
}
|
|
|
|
box {
|
|
background-image: repeating-linear-gradient(to top right, rgba(255,100,60,0.5), magenta 100%);
|
|
}
|
|
|
|
label {
|
|
background-image: radial-gradient(farthest-corner at 50% 30px, yellow, red 30%, blue);
|
|
}
|
|
|
|
image {
|
|
background-image: conic-gradient(from 25deg at 50% 30px, yellow, red 30%, blue);
|
|
}
|