Hi Cameron, Cameron McCormack <[EMAIL PROTECTED]> wrote on 10/02/2007 09:15:32 PM:
> As an example, I took a look at the second row fourth column sub-test of > samples/tests/spec/rendering/paintOpacity.svg, specifically one of the > pixels that is the 0.5 opacity gold painted on the opaque #eee > background square. > In the repository reference image, the pixel value is > rgba(224, 222, 118, 255), while in my image it is > rgba(246, 226, 119, 255). Hmm, on my machine, using gimp, the reference image shows the pixel value as rgba(246, 225, 118, 255), and your generated one has rgba(247, 227, 119, 255). I can easily imagine reasons why the two would vary by a code value (or two). How are you checking the reference/output Image's pixel values?
