Answer the question
In order to leave comments, you need to log in
Why doesn't SVG mask from file work?
Friends, what am I doing wrong, please tell me why my SVG mask from the file does not work?
I have a picture I
have an SVG mask
I do this
<svg width="587" height="390" viewBox="0 0 587 390">
<defs>
<mask id="mask">
<image width="587" height="390" xlink:href="http://travel.toways.ru/stampTiles.svg" />
</mask>
</defs>
<image mask="url(#mask)" width="587" height="390" xlink:href="https://c402277.ssl.cf1.rackcdn.com/photos/2325/images/hero_small/mountains-hero.jpg" />
</svg>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question