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
in Vite project, i use plugin vite-plugin-svg-icons to handle svg and render,
vite-plugin-svg-icons
and svg will render
<svg > <use xlink:href="#icon-3d"></use> </svg>
#icon-3d has mounted in body with Symbol
#icon-3d
dom-to-image didn't handle this situation
"dom-to-image": "^2.6.0", "vite-plugin-svg-icons": "^2.0.1"
The text was updated successfully, but these errors were encountered:
i have the some problem
Sorry, something went wrong.
No branches or pull requests
Expected behavior
in Vite project, i use plugin
vite-plugin-svg-icons
to handle svg and render,and svg will render
#icon-3d
has mounted in body with Symboldom-to-image didn't handle this situation
Actual behavior (stack traces, console logs etc)
Library version
"dom-to-image": "^2.6.0",
"vite-plugin-svg-icons": "^2.0.1"
Browsers
The text was updated successfully, but these errors were encountered: