-
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
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