Few days back, my team faced an issue with svg sprites not working in Safari browser. Tried number of options to make it work but in vain. Finally from some post(don't remember page url) we found this solution and it worked like a charm!! :)
<svg>
<use xlink:href="/media/icons/sprite.svg#sprite_id"></use>
</svg>
Thanks!!! Enjoy Programming :)
<svg>
<use xlink:href="/media/icons/sprite.svg#sprite_id"></use>
</svg>
Thanks!!! Enjoy Programming :)
Comments
Post a Comment
Thanks for your valuable comments.