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
in two svg file ,all define the same id ! but then later id cannot working ! so how to provider independent scope for each svg component ?
The text was updated successfully, but these errors were encountered:
id MUST be unique in all html page (or encapsutate svg in iframe) you cannot violate this.
BUT in order to avoid problem you can use config param propsMap to revrite id to another propertyname :
example : propsMap: { fillRule: 'fill-rule', id: 'data-id' },
Sorry, something went wrong.
ok, have solved this problem with svgo-loader.
No branches or pull requests
in two svg file ,all define the same id ! but then later id cannot working ! so how to provider independent scope for each svg component ?
The text was updated successfully, but these errors were encountered: