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
Steps to reproduce
Actual behavior
The two IDs clashes, because they are note rewritten, and the second clipPath does not work.
Expected behavior
The IDs should be renamed and prefixed (with filenames). Easy to do just removing this line:
accurapp/packages/webpack-preset-accurapp/customBlocks.js
Line 193 in 0a69c5d
@marcofugaro do you remember why for *.color.svg the IDs are not prefixed?
The text was updated successfully, but these errors were encountered:
do you remember why for *.color.svg the IDs are not prefixed?
No idea 😂
Have you tried doing a test with the styles relative to the ID? For example
<style> #id { fill: red } </style> <path id="id" d="...">
Does it work as well and keeps the styles?
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Actual behavior
The two IDs clashes, because they are note rewritten, and the second clipPath does not work.
Expected behavior
The IDs should be renamed and prefixed (with filenames).
Easy to do just removing this line:
accurapp/packages/webpack-preset-accurapp/customBlocks.js
Line 193 in 0a69c5d
@marcofugaro do you remember why for *.color.svg the IDs are not prefixed?
The text was updated successfully, but these errors were encountered: