Re: color blend mode filter

Peter Schonefeld <[email protected]> Wed, 4 Sep 2013 01:52:51 +1000
Newsgroups gmane.text.xml.svg.devel
Message-ID <CAOWkeqfrppj_9Z63cvqSLJdz-0oxqHHFpAXDvY7JWMhWOR25AQ@mail.gmail.com>
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]