I've tried png32,png24,gif,svg all don't work, including using vendor prefix. There is partial support for Chrome 31 onwards ?

Christopher

Philippe Wittenbergh <mailto:e...@l-c-n.com>
Saturday, May 23, 2015 9:45 PM

1. Not to be difficult, but a test case is *always* useful …
2. http://caniuse.com/#search=mask (and also click on the resources tab at the bottom).

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/





Crest Christopher <mailto:crestchristop...@gmail.com>
Saturday, May 23, 2015 9:08 PM
Neither GIF or PNG-32 are working.

background-image();
mask-image() alpha/luminance;

That is how I have the rule defined.



Chris Williams <mailto:ch...@clwill.com>
Saturday, May 23, 2015 7:40 PM
So can pngs.


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
John Andrews <mailto:andrew...@gmail.com>
Friday, May 22, 2015 9:39 PM
Try a gif image with black and transparent instead of a png image. Gifs can have a transparent background.




--

--  John Andrews
Crest Christopher <mailto:crestchristop...@gmail.com>
Friday, May 22, 2015 2:57 PM
I want to make a background-image within a pesudo-element; where as, where the image is black, the background image stops.

background-image:url("acme.png");
mask-image:url("maskout.png") alpha;


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to