Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
QDS 4.2
Description
When zooming in with the 2D view on two otherwise identical Text elements, one with QtRendering and one with NativeRendering, there do not seem to be any discernable difference in their appearances.
Using Smooth Rendering does not seem to make any difference, the two elements are equally as pixellated as each other regardless of it.
It is possible that the zoom option of the 2D view is not actually performing a QtQuickItem scaling but a bitmap scaling on the result.
Perhaps a change to apply said scaling at render time by the wrapper rather than after the rendering. This would activate the correct distance field rendering and fix the pixelation issues