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

cleanupIDs uses id twize #1195

Closed
JoKalliauer opened this issue Nov 19, 2019 · 1 comment · Fixed by #1817
Closed

cleanupIDs uses id twize #1195

JoKalliauer opened this issue Nov 19, 2019 · 1 comment · Fixed by #1817

Comments

@JoKalliauer
Copy link

svgo -i Between.svg.txt -o Output.svg.txt

cleanupIDs uses id="f" also there are already elements which refer to the non existing f (xlink:href="#f").

cleanupIDs should first check for not existing xlink:href="#f" and should

  • not use them
  • delete them and give a "Warning: Could not resolve IRI reference:" (like in svgcleaner)

Input

Between.svg.txt
Betweenc

Output

Output.svg.txt
Outputc

visual Differences:

instead of the space there is a "t"

Copyright

assuming below threshold of originality

source: https://doi.org/10.1016/j.engstruct.2019.109861 (link will work in near future)

@JoKalliauer
Copy link
Author

confirm fix

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 a pull request may close this issue.

1 participant