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
at present there is no support for altering the sprite SVG, but I might consider adding a post-processing option in a future release.
On the other hand, I assume you are asking because you are using the «defs» or «symbol» sprite and want to inline it into an HTML document, right? Did you consider using the mode.<mode>.inline option (documentation), which basically adds width="0" height="0" style="position:absolute" to hide the sprite in the document? (I can't remember the exact reason, but there were some objections to using display:none ...)
Thanks in advance for the help.
I just have question on how to add a style inline attribute to the svg element. Something along the lines of
style="display:none;"
?The text was updated successfully, but these errors were encountered: