Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-32511

QQuickPainted item rendering does not respect object hierarchy scale

XMLWordPrintable

      If I have a qml file with

      Item { scale: 4; QQuickPaintedItemImpl {} }

      Then the QQuickPaintedItemImpl will render at pixel size ( width(), height() ) but be displayed as size ( 4 * width(), 4 * height() ).

      This is very ugly.

      Furthermore, if the effective display object scale changes then QQuickPaintedItem needs to re-render accordingly.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            sletta Gunnar Sletta
            emmet.spier@2d3.com Emmet Spier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes