-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The Logo isn't being rendered on Android, either by via Jetpack Compose or rendered on IText.
To Reproduce
val qrCode = QRCode.ofRoundedSquares()
.withLogo(
logo = byteArrayLogo //Replace with any logo,
width = 50,
height = 50,
clearLogoArea = true
)
.build("Something in my mind")
.renderToBytes()
Expected behavior
Logo Centered on QR Code
Screenshots or other QRCodes rendered with other tools
https://drive.google.com/file/d/1yWt9s3zY4CmwG-ntSfWMpNM8ASCFoMRQ/view?usp=sharing
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working