On Fri, Feb 1, 2013 at 12:44 PM, Rik Cabanier <[email protected]> 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev