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 file
<?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" height="297mm" width="210mm"> <g stroke="#2f4f4f" stroke-linecap="round" stroke-linejoin="round"> <g fill="#fff"> </g> </g> </svg>
xq cannot handle nested g elements and when "xmlns:svg" exists, causing "" to become "<svg:svg".
<?xml version="1.0"?> <svg:svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" height="297mm" width="210mm"> <svg:g stroke="#2f4f4f" stroke-linecap="round" stroke-linejoin="round"> <svg:g fill="#fff"/>/> </svg:svg>
The text was updated successfully, but these errors were encountered:
Hmm, very interesting, thank you for your report!
Sorry, something went wrong.
4b7feb6
sibprogrammer
No branches or pull requests
svg file
xq cannot handle nested g elements and when "xmlns:svg" exists, causing "" to become "<svg:svg".
The text was updated successfully, but these errors were encountered: