[Webkit-unassigned] [Bug 43102] Set incorrect but close expectations for mask-colorspace.svg on mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 06:53:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43102





--- Comment #4 from Alex Nicolaou <anicolao at chromium.org>  2010-07-28 06:53:15 PST ---
krit: I think I misunderstood your request on this point on IRC yesterday, because I just ran the nightly build and of course it gave me wrong results because the #if around the colourspace higher up in ImageBufferCG disables setting the colour space to linear.

Secondly, I don't understand why you think the colour data are not transformed. The same #if that we discussed that guards the setting of the colour space for tiger+mac and needs to have chromium added affects whether the pixel values as returned by the quoted code are transformed from sRGB to linear or not. If I put that #if back to the way it is pre-patch, of course I'll see my untransformed colour value (230 in this case); whiile with the transform turned on, I am seeing the wrong value (211 instead of 202). Have I misunderstood soemthing about ImageBufferCG?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list