-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.0 #109
4.1.0 #109
Conversation
Hello @g0dkar, thank you for introducing a fix for the problem I mentioned in #107! I'm not sure if I understand it completely though: As far as I got it, in renderShaded() in line 284 if the QR code has a margin > 0, one big square should be drawn with marginColor that covers the whole QR code's background including the margin around the actual code cells? qrcode-kotlin/src/commonMain/kotlin/qrcode/raw/QRCodeProcessor.kt Lines 275 to 285 in dc4e32f
Now with the new change in the renderer function used by render() in line 231 the margin rectangle that is drawn has the size margin,margin. Shouldn't it be the size of the whole QR code instead (the number that computeImageSize() calculates with qrcode-kotlin/src/commonMain/kotlin/qrcode/raw/QRCodeProcessor.kt Lines 223 to 233 in dc4e32f
|
Disregard the name of the branch :P
4.1.0
After I merge this PR I'll release v4.1.0 with the main following changes:
Feel free to leave any suggestions, comments, nitpicks, etc.!
Once again, I have no words to how grateful I am to you all for using and contributing to the library ^^
Happy holidays, Merry Christmas, Happy New Year everyone!