kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.13k stars 683 forks source link

wrong data capacity values on test page #42

Closed edcoumont closed 7 years ago

edcoumont commented 7 years ago

Data capacity in the table on test page https://kazuhikoarase.github.io/qrcode-generator/ do not match the max values indicated here http://www.qrcode.com/en/about/version.html

For TypeNumber 1, your table has the following values :

While official values are :

It seems like the whole table has been reversed.

kazuhikoarase commented 7 years ago

Hi, I had fixed. Thank you.