neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

invalid image generated #50

Closed leeyeh closed 8 years ago

leeyeh commented 8 years ago

default

http://jsbin.com/rusisijila/edit?html,js,output

``` javascript new QRious({ value: 'https://url.leanapp.cn/UcPRalN', size: 180, }).toDataURL() ``` v2.0.1
neocotic commented 8 years ago

It does appear to be a different QR code than is generated by v1, which it shouldn't be. I'll try to look into this soon.

neocotic commented 8 years ago

I managed to find the source of this bug and fix it. I'm just about to get 2.0.2 released now just for this bug fix. Sorry for taking a while to get around to fixing this but I've been busy.

Thanks for your patience and I hope this allows you to use QRious reliably.

neocotic commented 8 years ago

A fix for this bug has just been released. Please upgrade to 2.0.2.