On Fri, Feb 1, 2013 at 12:44 PM, Rik Cabanier <caban...@gmail.com> wrote:

> background-image: url(a.png), url(b.png);
> -webkit-background-blend-mode: screen, screen;
>
>
Out of curiosity:

I am probably way too late for the party, but why not blend
surface-to-surface? E.g.
    background-image: blend(url(foo.png), url(bar.png), difference).

This is in order to easily stack them:
    background-image: blend(blend(url(foo.png), url(bar.png), difference),
url(giraffe.gif), screen).

Although, maybe we don't want that as it could get more difficult to
optimize...

Benjamin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to