lincolnloop / python-qrcode

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

QR codes unreadable #263

Closed bridger closed 2 years ago

bridger commented 2 years ago

Something seems to have recently broken.

QR codes made with this commit work: https://github.com/lincolnloop/python-qrcode/commit/f63dc2b5f6a6e4a128cd13100c4a720e98a3b39a QR codes made with this later commit don't scan: https://github.com/lincolnloop/python-qrcode/commit/3a67d072d63879941db5aae91d0b1db745d140ba

Here is the code I'm using to create the QR code. I don't know if this is specific to the SVG drawer or is more general.

import qrcode
import qrcode.image.svg
img = qrcode.make("https://scribbletogether.com", image_factory=qrcode.image.svg.SvgPathImage)
bridger commented 2 years ago

Here is an example of the broken QR: BrokenQR

SmileyChris commented 2 years ago

Apologies, and thanks for being my sanity check 🥇