I have two pencil sketch PNGs which I'm rendering within UIImageViews in an iOS app.
The images on the left render correctly—the strokes are thick. This is how they appear in Figma, on my computer, and in Xcode (storyboard).
The images on the right render incorrectly—the strokes are very thin. This is how they appear when the app actually runs (screenshots).
Why/how could these images be rendering differently in Xcode & Figma vs the actual app?
For reference, here are the original PNGs:
The problem has something to do with Xcode 15 beta and iOS 17 beta.
I ran the app on the iOS 16 simulator from Xcode 14 and it rendered correctly.
Xcode 15 beta, iOS 17 (left). Xcode 14, iOS 16 (right)
I created an issue on Apple Developer forums.