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 xmlns:xlink="http://www.w3.org/1999/xlink"> <image x="10" y="20" transform="translate(200 10)" width="1" height="1" xlink:href="a.png"/> </svg>
In an SVG like this, the translate transform could be applied to the x and y coordinates, and output it as:
translate
x
y
<svg xmlns:xlink="http://www.w3.org/1999/xlink"> <image x="210" y="30" width="1" height="1" xlink:href="a.png"/> </svg>
Edit: it was also suggested here: #419 (comment), so I'd add "it can be done where x and y are supported, like image tags."
image
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In an SVG like this, the
translate
transform could be applied to thex
andy
coordinates, and output it as:Edit: it was also suggested here: #419 (comment), so I'd add "it can be done where
x
andy
are supported, likeimage
tags."The text was updated successfully, but these errors were encountered: