External <use>
is not working (no image is appearing):
<svg viewBox="0 0 32 32">
<use xlink:href="../../images/sprite.svg#service--back"></use>
</svg>
Yet, I check the path, and the path is working (yes, this is a different image):
<img src="../../images/arrow-left.svg" alt="">
The attached defs sprite is what is generated via the gulp task (using svg-sprite)
Am I missing something?
Also, IE does not support these external SVGs in
<use>
, just a side note. Can you change the markup and let me know if it works then?