Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.3.2
-
None
-
iOS Simulator
Description
AnimatedSprite { source: "image.png" frameWidth: 40 frameHeight: 40 frameCount: 1 }
On Retina display (QGuiApplication::primaryScreen()->devicePixelRatio() == 2) AnimatedSprite doesn't load "image@2x.png". It still loads "image.png".
Attachments
Issue Links
- is duplicated by
-
QTBUG-50119 AnimatedSprite does not support @2x hires image resolution
- Closed