Merge branch 'wip/otte/for-main' into 'main'

gsk: Don't print any sRGB color as rgb() or rgba()

See merge request GNOME/gtk!7624
This commit is contained in:
Benjamin Otte 2024-08-17 20:19:01 +00:00
commit ca78d845df
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ color {
color {
bounds: 100 100 200 300;
color: rgb(1, 0.5, 0.3);
color: rgb(255, 127.5, 63.75);
}
color {

View File

@ -4,7 +4,7 @@ color {
}
color {
bounds: 100 100 200 300;
color: color(srgb 0.00392157 0.00196078 0.00117647);
color: color(srgb 1 0.5 0.25);
}
color {
bounds: 100 100 200 300;