lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.25k stars 660 forks source link

SVG without height and width #351

Open msetina opened 6 months ago

msetina commented 6 months ago

Is there a possibility to make SVG without width and height? Height and width are there just to make a size of the image, but SVG is a scalable (it is in the name). ViewBox is there to make the internal size. Externally it would be nice to fit it into the requirements of the external environment.