Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.82k stars 208 forks source link

Bug in version 4 #143

Closed alien999999999 closed 1 year ago

alien999999999 commented 1 year ago

nr of blocks is wrong, it doesn't match the size of the version

DASPRiD commented 1 year ago

Thanks, I just matched that up against ZXing, you are correct, thanks!

https://github.com/zxing/zxing/blob/557b5fcf0e22a6cf2541a54bd830116712fec51d/core/src/main/java/com/google/zxing/qrcode/decoder/Version.java#L264

alien999999999 commented 12 months ago

Oh, ok. I didn't know, i just noticed it didn't match the total from the other ecblocks