Re: [css-compositing] clipcolor formula bug

You're correct!
I updated the spec.

thanks for point this out!

Riik

On Fri, Dec 14, 2012 at 11:36 AM, Jari Komppa <jari.komppa@gmail.com> wrote:

> 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:57:07 UTC