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
I frequently deal with SVGs with embedded raster images. They sometimes embed images more than once, even many times, e.g.
... <image ns1:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAAAbAQAAAAB9o23yAAAADUlEQVR42mMYBcMFAAABywABVwMJ1QAAAABJRU5ErkJggg==" id="V" width="127" height="27" x="0" y="0"/> <image ns1:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAAAdAQAAAACr+o7vAAAADUlEQVR42mMYBSMHAAAB7QABf4wHzwAAAABJRU5ErkJggg==" id="X" width="127" height="29" x="0" y="0"/> ...
In my case they all appear in the <defs> section, so deduplicating that would probably help.
<defs>
The data between those could be shared.
The text was updated successfully, but these errors were encountered:
Duplicate of #802.
Sorry, something went wrong.
No branches or pull requests
I frequently deal with SVGs with embedded raster images. They sometimes embed images more than once, even many times, e.g.
In my case they all appear in the
<defs>
section, so deduplicating that would probably help.The data between those could be shared.
The text was updated successfully, but these errors were encountered: