collective / collective/make-plone-qrcode
Percentage of logo size should refer to the QR code size rather than the total size
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the overall size is used for the size calculation of the logo. The code part itself is smaller, though; the usual "quiet zone" must be substracted.
Thus, the more interesting reference size is
total_size - (2 * quiet_zone * scale)
Referering to this "netto size", the coverage ratio won't depend on the "version" of the QR Code anymore.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.