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
6.0.2
No response
None
<svg viewBox="0 0 745 1040" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"> <image zaparoo-no-print="true" href="https://design.zaparoo.org/ZapTradingCard.png" width="745" height="1040"> </image> <g transform="matrix(0.968254,0,0,1.98639,11.811,-63.9161)"> <rect zaparoo-placeholder="main" zaparoo-fill-strategy="cover" stroke-dasharray="5 5" x="0" y="76.772" width="744.094" height="434.055" style="fill:none;stroke:red;stroke-width:.83px" /> </g> </svg>
href should work, but xlink:href is needed for fabric
href does not work you need to put xlink in front of href to work
<svg viewBox="0 0 745 1040" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"> <image zaparoo-no-print="true" xlink:href="https://design.zaparoo.org/ZapTradingCard.png" width="745" height="1040"> </image> <g transform="matrix(0.968254,0,0,1.98639,11.811,-63.9161)"> <rect zaparoo-placeholder="main" zaparoo-fill-strategy="cover" stroke-dasharray="5 5" x="0" y="76.772" width="744.094" height="434.055" style="fill:none;stroke:red;stroke-width:.83px" /> </g> </svg>
The text was updated successfully, but these errors were encountered:
If someone has time and want to try this should be an easy fix.
Sorry, something went wrong.
No branches or pull requests
CheckList
Version
6.0.2
In What environments are you experiencing the problem?
No response
Node Version (if applicable)
None
Link To Reproduction
Steps To Reproduce
Expected Behavior
href should work, but xlink:href is needed for fabric
Actual Behavior
href does not work you need to put xlink in front of href to work
Error Message & Stack Trace
The text was updated successfully, but these errors were encountered: