reftests: Use 0.6 alpha, not 0.5

0.5 leads to some GL renderers computing 0.5 * 0xFF as 0x7F and
others 0x80, while 0.6 * 0xFF (255 is divisible by 5) is always 0x99.
This commit is contained in:
Benjamin Otte 2021-09-15 22:32:12 +02:00
parent 625b5ce91a
commit 90ed7b92b2
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ window {
button {
border-width: 5px;
border-style: solid;
border-color: rgba(255,0,0,0.5);
border-color: rgba(255,0,0,0.6);
padding: 10px;
background-color: rgb(0,0,255);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB