Re: color blend mode filter

James Churchman <[email protected]> Fri, 6 Sep 2013 20:46:54 +0100
Newsgroups gmane.text.xml.svg.devel
Message-ID <CAE0yOYkx0mFNPw8UPtx097LF1B45TZzdVeKKbh1nBnJTEq5oBQ@mail.gmail.com>
Hi Peter

Wow many thanks.. that code works perfectly! no more strange edges.. i have
also added in an fegaussianblur to the effect to soften the edges & that
works nicely. Looks great!

BR

James

On Tuesday, 3 September 2013, Peter Schonefeld <[email protected]>
wrote:
>
>
> Hey James, Glad the filter was useful :)
>
> Sry about that artifact around the shapes ... was the feComposite node
used
> for lighten and darken. If you replace with feBlend the problem should go
> away.
>
> <feBlend in2="desat" in="colors" mode="darken" result="darken" />
> <!-- <feComposite in2="desat" in="colors" operator="arithmetic" k1="1"
> k2="0" k3="0" k4="0" result="darken"/> -->
>
> I like the thinking of your suggested approach. It would be good to see it
> in action and compare result.
>
> Cheers
> Pete
>
> [Non-text portions of this message have been removed]
>
>