Skip to content

Logo is not rendered on Android #196

@gab-stargazer

Description

@gab-stargazer

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions