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
Hi
The image box option is not working with an img element displaying a SVG. Can you please fix this?
Thanks, Christoph
The text was updated successfully, but these errors were encountered:
This work for me.
var img_buffer = new Image(); img_buffer.src = '/url-to-svgImage.svg'; img_buffer.onload = function() { jQuery('#qrCode').qrcode({ render: 'canvas', mode: 4, mSize: 0.3, mPosX: 0.5, mPosY: 0.5, image: img_buffer, text: "text", }); };
Sorry, something went wrong.
No branches or pull requests
Hi
The image box option is not working with an img element displaying a SVG.
Can you please fix this?
Thanks,
Christoph
The text was updated successfully, but these errors were encountered: