Replies: 1 comment
-
Has no one attempting graphics on Mac Catalyst? Shouldn't it behave the same as iOS, Android and Windows? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems the graphicsview on MacCatalyst has the y direction reversed. Here is an example of a simple line drawn from 0, 0 to 1,1 on Android (left), iOS (middle) and MacCatalyst. It seems the graphicsview for Mac did not invert the y direction. Android, iOS and Windows all match perfectly. This is a line from (0,0) to (1,1) that is scaled to fill 80% of the width and height of the graphicsview.
I believe this should be an issue. Anyone else tried the graphicsview on the Mac.
Thanks

Beta Was this translation helpful? Give feedback.
All reactions