Replies: 1 comment 2 replies
-
if you want to generate the QR Code with a fixed size, try the $options = new QROptions([
'svgWidth' => '370px',
'svgHeight' => '370px',
// ...
]); (the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I set outputType to SVG and svgViewBoxSize to some value, I get small qr-code (where module size=1px) inside big box (bix size equals svgViewBoxSize). What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions