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

Image not displaying when antialiasing is set

    XMLWordPrintable

Details

    Description

      In the following code, the Image does not display for me, unless antialiasing is set to false.

      import QtQuick 2.0
      
      Rectangle {
          width: 400; height: 400
      
          Image {
              source: "image.png"
              anchors.centerIn: parent
              antialiasing: true //works correctly when this line is removed
          }
      }
      

      This code works fine on another machine, so may be OS/Hardware specific.

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes