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
When parsing following svg, parsing error occurred.
svg
ParseSvg Error: xml: (*svg.Svg).UnmarshalXML did not consume entire <svg> element
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" height="639" width="505" viewBox="(0, 0, 505, 639)"> <defs /> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" height="639" width="505" viewBox="0 -639 505 639"> <defs /> </svg> </svg>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When parsing following
svg
, parsing error occurred.The text was updated successfully, but these errors were encountered: