erwanvivien / fast_qr

Ultra fast QRCode generation
https://fast-qr.com/
MIT License
197 stars 29 forks source link

SVG blurry when scaled #68

Open andrewbaxter opened 1 week ago

andrewbaxter commented 1 week ago

image (I scaled up the image to make it more visible, 500% with nearest neighbor/no interpolation)

I'm not too familiar with svg, but could something like https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering help maybe?

I'd add it myself post-generation, but modifying XML is like a hundred times harder than generating it plus it'd mean more dependencies, etc.

erwanvivien commented 1 week ago

Hey @andrewbaxter thanks for the report! How did you stumble on this?

Did the attribute fix the rendered blurriness?