mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Turning color management on by default for tagged images - bug 418538. r=vlad
Also updating some reftests whose behavior changes with color management enabled - bug 453548. r=dolske
This commit is contained in:
parent
2a5d48aacb
commit
106aaaae97
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -130,7 +130,7 @@ pref("browser.triple_click_selects_paragraph", true);
|
||||
|
||||
// 0 = Off, 1 = Full, 2 = Tagged Images Only.
|
||||
// See eCMSMode in gfx/thebes/public/gfxPlatform.h
|
||||
pref("gfx.color_management.mode", 0);
|
||||
pref("gfx.color_management.mode", 2);
|
||||
pref("gfx.color_management.display_profile", "");
|
||||
pref("gfx.color_management.rendering_intent", 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user