Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG symbols in CSS #3663

Open
vchrm opened this issue Aug 16, 2017 · 1 comment
Open

SVG symbols in CSS #3663

vchrm opened this issue Aug 16, 2017 · 1 comment

Comments

@vchrm
Copy link

vchrm commented Aug 16, 2017

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.

@vchrm
Copy link
Author

vchrm commented Aug 25, 2017

I was looking for words like svg and symbol but now it seems to me that fragments is what I should have put in the search box in the first place: https://caniuse.com/#feat=svg-fragment

Does the project support some kind of feature name aliases? It would be nice if I found SVG fragment identifiers feature using svg symbol phrase too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants