-
Notifications
You must be signed in to change notification settings - Fork 1.9k
GraphicsView DrawString not rendering in iOS #8486
Copy link
Copy link
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
The simple repro project (see link below) displays superimposed text from a label and text from a GraphicsView.
It renders correct under Android and Windows, but fails under iOS
Here is the correct render for Android
Here is the correct render for Windows
Here is the failed render for iOS. For some reason the [label] text also disappeared
Here is the link to the repro project
https://github.com/hbraasch/GraphicsViewTester2.git
Steps to Reproduce
- Open project from repro link inside VS. Sample code is mainly in file "StartupPage.cs"
- Run project under Android, see it renders as expected
- Run project under Windows, see it renders as expected
- Run project under iOS, see it renders incorrectly
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.4
Did you find any workaround?
None
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working


