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
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").
xlink:href="#f"
cleanupIDs should first check for not existing xlink:href="#f" and should
Between.svg.txt
Output.svg.txt
instead of the space there is a "t"
assuming below threshold of originality
source: https://doi.org/10.1016/j.engstruct.2019.109861 (link will work in near future)
The text was updated successfully, but these errors were encountered:
--multipass
confirm fix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
Input
Between.svg.txt
![Betweenc](https://user-images.githubusercontent.com/15687581/69162039-53a36c00-0aec-11ea-83f1-cc410c873cf9.png)
Output
Output.svg.txt
![Outputc](https://user-images.githubusercontent.com/15687581/69161191-0bd01500-0aeb-11ea-8f82-27069554743d.png)
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)
The text was updated successfully, but these errors were encountered: