-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
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
Multiple svgs show same QRCode #210
Comments
Clip-path uses the same url id when multiple svgs are present. |
As per: https://stackoverflow.com/questions/15911717/clippath-in-multiple-svg-tags |
Just confirming here that in the browser when there are multiple qr codes on a page the page the content the same code. This is only for the svg implementation the canvas one does not have this issue. |
i am using this package in my project is there way currently to add it |
This adds an option for callers to provide an HTML-ID prefix for SVG QR-codes, in order to make them unique and enable using this library for multiple QR-codes on a single page. Further it adds a .node-version file which can be used by nodenv or just manual node version selection, to specify a node version that is able to install, build and test this code base without adding any changes. Closes kozakdenys#210.
Hi @Psycarlo @broekema41 @Nayanchandrakar. This issue should be fixed in version v1.7.1 and above. |
Reproduce steps:
Every QRCode will look the same.
The text was updated successfully, but these errors were encountered: