jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.85k stars 2.5k forks source link

Fixed gray lines in between blocks. #20

Closed ljos closed 12 years ago

ljos commented 12 years ago

The distance between the lowest the current point can be and what the highest the next point can be is calculated and then the point is put at the closest integer and the block is filled in for the distance.

jeromeetienne commented 12 years ago

merged, thanks for the contribution