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
For example fill-rule="" in the following piece of SVG, breaks the parser
fill-rule=""
... <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4a.5.5 0 0 0-1 0v3.5H4a.5.5 0 0 0 0 1h3.5V12a.5.5 0 0 0 1 0V8.5H12a.5.5 0 0 0 0-1H8.5V4z"/> </svg>
The text was updated successfully, but these errors were encountered:
HSX attribute names are now parsed differently for improved error mes…
6a16caa
…sages We also added lots of svg attribute names to the attribute name whitelist. Fixes #343.
Successfully merging a pull request may close this issue.
For example
fill-rule=""
in the following piece of SVG, breaks the parserThe text was updated successfully, but these errors were encountered: