Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.6.0 Beta, 5.6.0 RC, 5.6.0
-
None
-
4k Monitor with 200% High DPI
Description
There are two other bugs that describe this and they are marked as Closed, but they all address iOS / OS X. This time the problem is in Windows with Qt's new High DPI options enabled. Either:
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QT_AUTO_SCREEN_SCALE_FACTOR=1
SVG images are being rendered blurry when devicePixelRatio is greater than 1. It looks like they are being rendered in a smaller size then zoomed in.
Attachments
Issue Links
- relates to
-
QTBUG-97404 SVG images are blurry on macOS
- Closed