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
I am working on an app where I am using SVG data extensively and the <use> tag.
At the moment though it doesn't seem like SVG is supported in your library.
The following for eg does not render: CodePen
I have just modified my example to add a heading, and the circle magically appears.
So I guess is the SVG is the single element then the SVG does not render, but if there are multiple elements, then the SVG does render??
This renders the circle, but remove the <h1> and the circle does not render.
Hello there,
I am working on an app where I am using SVG data extensively and the
<use>
tag.At the moment though it doesn't seem like SVG is supported in your library.
The following for eg does not render:
CodePen
Is there any chance you might add support for this?
The text was updated successfully, but these errors were encountered: