mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
f20c0cc0a6
The e2e app now splits the window into four rectangles and paints them differently. The first advantage is that we now test that we see the entire Gio app. Before, with a solid background color, we could be seeing a small part of the window and we wouldn't tell the difference. The second advantage is that we test more colors. In particular, the fourth color includes a different alpha value, which renders the same on JS and X11. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>