Margin not working properly
Reproduce steps:
- https://qr-code-styling.com/
- Width: 200
- Height: 200
- Change margin one by one
It only changes around every 10-15 points.
Maybe we could remove margin entirely so users can handle that on a outside div? So the canvas would always present the the qrcode with no margin, which means all outer points touching the border.
Maybe only to this as default because users might want margin (those who are going to download it).
Hi @Psycarlo,
It looks like a duplicate of https://github.com/kozakdenys/qr-code-styling/issues/104.
You can use dotOptions.roundSize = false now.
More details in https://github.com/kozakdenys/qr-code-styling/issues/104#issuecomment-1771854501 and https://github.com/kozakdenys/qr-code-styling/issues/104#issuecomment-2425170881