[css-compositing] clipcolor formula bug

Hi,

I noticed that the clipcolor formula has a couple bugs:

            C = l + (((C - L) * (1 - L) / (x - L))

should probably be

            C = L + (((C - L) * (1 - L)) / (x - L))

Cheers,
  Jari

Received on Friday, 14 December 2012 22:40:24 UTC