Steps to reproduce
- Make two SVGs each with a clipPath with the same ID
- Pass them in SVGO by importing them with accurapp as *.color.svg
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:
@marcofugaro do you remember why for *.color.svg the IDs are not prefixed?
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?