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
Hi, I would love to use the icons on draw.io; the issue is that draw.io expects the SVG in a very specific format.
Luckily the change isn't massive, it would just need a class on the paths, and a style setting the colour on that class. E.g.:
<svg ... > <style> .icon { fill: inherit; } </style> <path class="icon" d="..."></path> </svg>
This could be exposed as an extra option on the website, along the other download options.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your suggested feature
Hi, I would love to use the icons on draw.io; the issue is that draw.io expects the SVG in a very specific format.
Luckily the change isn't massive, it would just need a class on the paths, and a style setting the colour on that class. E.g.:
This could be exposed as an extra option on the website, along the other download options.
Thanks!
The text was updated successfully, but these errors were encountered: