kazuhikoarase / qrcode-generator

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

Change shape-rendering of SVG to avoid smooth borders #104

Closed rdwebdesign closed 2 years ago

rdwebdesign commented 2 years ago

Currently, when a qr code is exported using printSVG function, you can see lines/gaps between the rectangles (depending on the chosen size).

Adding shape-rendering="crispEdges" to the SVG rectangles eliminates these lines. qrcode-lines

kazuhikoarase commented 2 years ago

Thanks a lot!