g0dkar / qrcode-kotlin

QRCode Generator implemented in pure Kotlin
https://qrcodekotlin.com/
MIT License
172 stars 16 forks source link

RoundQRCode.kt Not working as expected #21

Closed rishadappat closed 10 months ago

rishadappat commented 2 years ago

Describe the bug I tried to create a rounded QR Code in my android application and the eyes of the QR Code still is in square. qrcode-kotlin-android:3.2.0

To Reproduce Use the same code as in RoundQRCode.kt

Expected behavior https://github.com/g0dkar/qrcode-kotlin/blob/main/examples/kotlin-round.png

Screenshots or other QRCodes rendered with other tools Screenshot_20220905-100923_ADP Chat

g0dkar commented 2 years ago

Hey, thanks for the report! I'll see what I can do ^^