When using eg. https://github.com/kisenka/svg-sprite-loader, all SVG images in project are put into a single svg sprite. Then you can use eg. background-image: url(sprite.svg#my-image), however, this solution does not work in Safari.
This is different from #3201 since it deals with <svg> tags in HTML, instead of using svg fragments in CSS background-image attribute.
When using eg. https://github.com/kisenka/svg-sprite-loader, all SVG images in project are put into a single svg sprite. Then you can use eg.
background-image: url(sprite.svg#my-image), however, this solution does not work in Safari.This is different from #3201 since it deals with
<svg>tags in HTML, instead of using svg fragments in CSSbackground-imageattribute.