We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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(` <rect></rect> `)
will only return a text element (due to the surround spaces) which is undesirable. please trim the surround spaces
text
The text was updated successfully, but these errors were encountered:
@xiechao06 can you create a jsfiddle or codepen demonstrating the issue? You can import https://bundle.run/svg to get at the library code.
Sorry, something went wrong.
https://codesandbox.io/s/99n2kk2yo. I've also made a pull request
Successfully merging a pull request may close this issue.
will only return a
text
element (due to the surround spaces) which is undesirable. please trim the surround spacesThe text was updated successfully, but these errors were encountered: