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
Some of the newest icon requests contain markups that are not needed at the root of the SVG file.
Examples
Reference example Reference example
This is mostly due to SVG icons generated by vector applications such as Illustrator that keep its original layers.
We should have a test that rejects any markups at the root except the <svg> to keep the SVG lightweight and clean.
<svg>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Some of the newest icon requests contain markups that are not needed at the root of the SVG file.
Examples
Reference example
Reference example
This is mostly due to SVG icons generated by vector applications such as Illustrator that keep its original layers.
Proposed solution
We should have a test that rejects any markups at the root except the
<svg>
to keep the SVG lightweight and clean.The text was updated successfully, but these errors were encountered: