aruZeta / QRgen

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

Feature: make `moSep` a `Percentage` #29

Closed aruZeta closed 2 years ago

aruZeta commented 2 years ago

I think this is more intuitive.

Note:

0% moSep means 0 margin, so the width of a module is 1. 100% moSep means 0.4 margin, so the width of a module is 0.2.

Since I think it makes no sense to have 100% moSep to be 0.5 margin, making the width of a module non-existent.