Skip to content
New issue

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

Issue #1993: Feature Request - Add SVG export option to link images and define them in the defs #1994

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

blayzen-w
Copy link

@blayzen-w blayzen-w commented Aug 31, 2022

Description

The pull request adds support for linking multiple images to a single source. This addresses the issue with image data duplication in the href attribute when the same image is used multiple times. The standard functionality for the exportSVG function does not change unless the option linkImages is provided.

See Issue #1993 for more details

Let me know if you have any feedback, and I can make those changes.

Thanks for all of your work on the project. It has been a great tool that we have used for a long time.

I'm also going to do a bit of full integration testing on our site that uses this to make sure everything is working as expected.

We have been using this in production for a bit over a month without an issue.

Related issues

Checklist

  • New tests added or existing tests modified to cover all changes
  • Code conforms with the JSHint rules (yarn run jshint passes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant