aruZeta / QRgen

A QR code generation library.
https://aruzeta.github.io/QRgen/
MIT License
103 stars 8 forks source link

Rounded alignment patterns in generated SVGs #13

Closed aruZeta closed 2 years ago

aruZeta commented 2 years ago

Could be achieved by not drawing their modules and when finished with the rest, draw them using bezier curves maybe?

aruZeta commented 2 years ago

Now the only thing left would be to refactor the drawing code a ... bit.