forked from AuroraMiddleware/gtk
21a1413bf3
This is testing the issue described in #1293. No fix though, this is still broken in Vulkan. It works correctly in GL and with cairo.
18 lines
216 B
CSS
18 lines
216 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
window {
|
|
background-color: black;
|
|
}
|
|
|
|
#reference {
|
|
background: linear-gradient(red 50%, yellow 50%);
|
|
}
|
|
|
|
#red {
|
|
background-color: red;
|
|
}
|
|
|
|
#yellow {
|
|
background-color: yellow;
|
|
}
|