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

fix #66: generateASCII with cellsize 1 and margin 0 #68

Closed ahwayakchih closed 5 years ago

ahwayakchih commented 5 years ago

Fix #66: when margins are 0 and cell size is 1, make sure all needed lines are rendered and do not add any filler line.

kazuhikoarase commented 5 years ago

Thanks a lot!

ahwayakchih commented 5 years ago

Thanks :).