lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.27k stars 662 forks source link

The image "embeded_image_path" is not exported as SVG #297

Open gilisland opened 1 year ago

gilisland commented 1 year ago

embeded_image_path works well when we want a QRCode in PNG but when we ask for an SVG version the image no longer appears, we only have the QRCode. ("qrcode": "7.3.1")

scottfits commented 5 months ago

I have the same issue - is there any way to embed an imagae with embeded_image_path with an SVG?