-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
SVG qr code with logo. Logo is not displayed in the Adobe Illustrator #163
Comments
same Issue |
I found a workaround. I use qr-code-styling in a Node environment, so I get the data with .getRawData and from there I can change the QR code - to display the png it is enough to rewrite the href as xlink:href. Otherwise you can also use your SVG, here is an example but the size and position still have to be adjusted:
I also have the problem that the QR code is not displayed in black in Illustrator but without color filling, do you know what could be the reason? |
@MATTiVOLTARii how did you manage to run the package in a Node environment? |
Is there an actual solution to this problem? Cant seem to fix it. |
When I download a qr code with a logo in svg format and try to open the image in Adobe Illustrator, an empty space is displayed instead of the logo. The image opens correctly in the browser.
How to solve this problem?
The text was updated successfully, but these errors were encountered: