You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like this exemple : http://jsfiddle.net/24DNn/5/
It's possible to stack a lot of svg inside an other svg, like a sprite.
Nevertheless, SVGInjector doesn't work if we add a target "#IDofMySvg" at the end of the URL.
exemple: " img class="inject-svg" src="/images/sprite.svg#logo" "
My project have more than 150 svg and I really need to use Stack.
Have you an idea ?
Thanks !
The text was updated successfully, but these errors were encountered:
I'm wondering if anyone has started working on this functionality already. I have a more immediate need and SVGInjector is the library that is farthest along in features. I'll take a look at this library tomorrow and see if I can make the change for you.
Hello,
Like this exemple : http://jsfiddle.net/24DNn/5/
It's possible to stack a lot of svg inside an other svg, like a sprite.
Nevertheless, SVGInjector doesn't work if we add a target "#IDofMySvg" at the end of the URL.
exemple: " img class="inject-svg" src="/images/sprite.svg#logo" "
My project have more than 150 svg and I really need to use Stack.
Have you an idea ?
Thanks !
The text was updated successfully, but these errors were encountered: