Rafael Lins

Results 18 comments of Rafael Lins
trafficstars

I'll give it a try =)

Heya @romainpiel! I'll dig a bit around! I've done some testing with the data you provided and indeed the ECL should not interfere with the result 🤔 Right now, I'm...

It is possible to do it, though currently I admit it is quite unintiutive 😢 I'll both make it easier to change it by exposing this setting via the new...

Heya! Thanks for bringing this up! I think I know what the issue is: those outer squares should have a larger center one. And they should be slightly smaller. I'll...

Hello again ^^ I've adjusted the Android rendering and got this QRCode here: ![image](https://github.com/g0dkar/qrcode-kotlin/assets/2124218/069e2950-6469-4ced-bb2c-fd7375de0aae) It should decode to `example` - Google's ZXing Online Decoder seems able to process it: ![image](https://github.com/g0dkar/qrcode-kotlin/assets/2124218/67257943-ecc9-4002-bc51-f70a75d61b87)...

Glad to know its working =D I'll leave it open for now so it can be closed when #131 is merged :)

I see! That really seems like it is related, I'll try this out right now

Heya, I pinpointed the issue. I'm not 100% sure of what caused it, but it is because the `Int`s of the colors are kind of being compiled wrong on Android....

Might not be that, btw... Anyway, I'm still trying to figure out what is going on O_o

🤦‍♂️ found the issue, preparing the next version with the fix In short, either I'm dumb or Android API is. Thing is, rectangles are described via: `(x1, y1)` of the...