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
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
I am using React and Express to render SVG. The generated string is something like
<svg>...</svg>
.xmlns
attribute to tell browser to render this SVG:xmlns="http://www.w3.org/2000/svg"
.Currently, I hack the viewEngine callback as a workaround:
Hope this package could handle it. Thanks!
The text was updated successfully, but these errors were encountered: