From 83224c6384cebe4d7463d7b3d7c240c52ca9030b Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Tue, 18 Dec 2018 09:34:11 -0800 Subject: Bug 700383: Add support for scRGB XPS files can define RGB colors with things like Fill="sc#1, 0.0231533665, 0.08021982, 0.226965874" This implies that the color space is not sRGB (the standard default in XPS) but rather scRGB which shares the primaries of sRGB but has a gamma of 1.0. Lots of progressions in the XPS files expected with this commit. --- iccprofiles/scrgb.icc | Bin 0 -> 552 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 iccprofiles/scrgb.icc (limited to 'iccprofiles') diff --git a/iccprofiles/scrgb.icc b/iccprofiles/scrgb.icc new file mode 100644 index 000000000..76a487041 Binary files /dev/null and b/iccprofiles/scrgb.icc differ -- cgit v1.2.1