You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also the SVG and Canvas handling is totally different. Canvas is resized manually when the popup resizes, SVG does not need this thanks to it's dynamically "resizability":
if you remove the width: auto and use width: 100% of the qrcode-resize-area, the SVG is correctly resized and the padding is visible
manually setting the size is likely also not a good idea in the Canvas way, as this obviously also is the wrong size for the container, actually, as the padding ("quiet zone") is added to the size of the QR code itself…
Also the CSS may generally need some redoing. I maybe need to separate the SVG and Canvas handling in CSS a bit more, e.g.…
It works somewhat strangely:
Both looks strange…
The text was updated successfully, but these errors were encountered: