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

Image not displaying when antialiasing is set

XMLWordPrintable

      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.

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes