qr_code
qr_code copied to clipboard
A library for generating QR code. https://hexdocs.pm/qr_code
Resolve #48
Hey, Thanks for the great library! Would it be possible to set the new `quiet_zone` default value to retain the way qr codes were generated before? https://github.com/iodevs/qr_code/commit/1360a08bf3a009b3f03437a50e0632dba43ae65a#diff-3233ddf655466c009f70e217b8c0e7b1b3175b38eb58332168930e1fa90d488bR42 This requires making...
The current implementation makes it challenging to style the SVG after generation. This PR - Switches to applying the sizing view `viewBox`, which makes subsequent CSS based styling easier -...
Wait for https://github.com/iodevs/matrix_reloaded/pull/18
When the quiet_space setting is zero, there was a margin of one block around the QR image. That's the same margin that is created for the quiet_space=1 case. This PR...
Hi, I've bumped into a problem integrating the svg into a view: resizing the item made it cut its content instead of scaling it. To fix it, I added a...
As explained in https://github.com/iodevs/qr_code/issues/61, having a viewbox attribute in the svg makes the svg resizeable without cutting is content. This ensures the attribute is set, and matches the width/height already...