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

In QML, texture rendering is blurred when Item non-integer xy coordinates

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.2
    • Quick: Other
    • None
    • Qt5.15.2 + MSVC2019
    • Windows

    Description

      In QML, texture rendering is blurred when Item non-integer xy coordinates.
      Affect QQuickPaintedItem,ShaderEffectSource,QtGraphicalEffects,layer etc.
      Qt5 - QtQuick2 all version have this problem.

          PaintedItem {
              x: 10 //ok
              y: 200
              width: 100
              height: 100
          }
      
          PaintedItem {
              x: 10.5  //non-integer will blur
              y: 200.5
              width: 100
              height: 100
          }
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            gongjianbo1992 建波 龚
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes