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
SVG-File
<?xml version="1.0" encoding="UTF-8"?> <svg viewBox="0 0 40 30" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <text id="a" x="5" y="20">no g</text> <use id="b" xlink:href="#a"/> </defs> <use xlink:href="#b"/> </svg>
simplify nested use and concatenate transforms
<?xml version="1.0" encoding="UTF-8"?> <svg viewBox="0 0 40 30" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <text id="a" x="5" y="20">no g</text> <use id="b" xlink:href="#a"/> </defs> <use xlink:href="#a"/> </svg>
see: https://commons.wikimedia.org/wiki/File:Librsvg_bug_nested_use.svg and https://phabricator.wikimedia.org/T276684
Author: Cmglee
License: CC-BY-SA 4.0
Source: https://commons.wikimedia.org/wiki/File:Librsvg_bug_nested_use.svg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input
SVG-File
Desired Output
simplify nested use and concatenate transforms
Reason: Librsvg-Bug
see: https://commons.wikimedia.org/wiki/File:Librsvg_bug_nested_use.svg and https://phabricator.wikimedia.org/T276684
Copyright
Author: Cmglee
License: CC-BY-SA 4.0
Source: https://commons.wikimedia.org/wiki/File:Librsvg_bug_nested_use.svg
The text was updated successfully, but these errors were encountered: