Skip to content
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

Fix ASCII QR codes being diagonally mirrored #476

Merged
merged 2 commits into from
Apr 7, 2024
Merged

Fix ASCII QR codes being diagonally mirrored #476

merged 2 commits into from
Apr 7, 2024

Conversation

Timwi
Copy link
Contributor

@Timwi Timwi commented Nov 4, 2023

The current implementation of ASCIIQRCode has the X and Y coordinates swapped, resulting in a QR code that is mirrored about the main diagonal. I am not sure why the resulting QR code still scans successfully, but for feature parity with the other formats I propose to correct this.

The current implementation of ASCIIQRCode has the X and Y coordinates swapped, resulting in a QR code that is mirrored about the main diagonal. I am not sure why the resulting QR code still scans successfully, but for feature parity with the other formats I propose to correct this.
@codebude codebude merged commit b187fdf into codebude:master Apr 7, 2024
3 checks passed
@codebude
Copy link
Owner

codebude commented Apr 7, 2024

@Timwi thanks for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants