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

Fixed the problem with barcode rendering upside down on macOS #802

Closed
wants to merge 2 commits into from

Conversation

mierzynskim
Copy link

I noticed that barcodes are rendered upside down on macOS.

screen shot 2019-02-01 at 16 53 56

It looks like the author of the macOS solution didn't notice that Core Graphics has a different coordinate system than UIKit https://developer.apple.com/library/archive/documentation/General/Conceptual/Devpedia-CocoaApp/CoordinateSystem.html

knocte pushed a commit to nblockchain/ZXing.Net.Xamarin that referenced this pull request Feb 25, 2019
@knocte
Copy link
Contributor

knocte commented Feb 25, 2019

@mierzynskim why is the Info.plist changed here?

@mierzynskim
Copy link
Author

@knocte I just couldn't run the sample on 10.13. I think the sample shouldn't target the latest version.

@knocte
Copy link
Contributor

knocte commented Feb 25, 2019

@mierzynskim ah I see, do you mind separating this in 2 commits then?

knocte pushed a commit to nblockchain/ZXing.Net.Xamarin that referenced this pull request Feb 25, 2019
@knocte
Copy link
Contributor

knocte commented Feb 25, 2019

Thanks Michal!

@Redth FYI I tested this bugfix and it works like a charm.

Redth added a commit that referenced this pull request Mar 12, 2020
@Redth Redth mentioned this pull request Mar 12, 2020
@Redth
Copy link
Owner

Redth commented Mar 12, 2020

Thanks for your contribution! I've done a lot of work to modernize the ZXing.Net.Mobile code base and have merged those changes into master. I've included fixes from your PR manually. Please open a new issue or PR if you have more suggestions or changes. Thank you so much for your help!

@Redth Redth closed this Mar 12, 2020
knocte added a commit to knocte/ZXing.Net.Mobile that referenced this pull request Mar 14, 2020
It was merged here: Redth#785
And improved here: Redth#802
And ported to 3.0 here:
Redth#860
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