When using the qrcode package my QR codes have all of their pixels spread out causing lines to appear, see the image (hope it's visible).
How do I get rid of this? More importantly, will it be visible in print, or is it just in the PDF version?
\documentclass[border=1cm]{standalone}
\usepackage{qrcode}
\begin{document}
\qrcode{test}
\end{document}
