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

Flickering happens when DropShadow is applied

    XMLWordPrintable

Details

    Description

      When applying DropShadow effect to Image like below, flickering occurs all the time.

              Image { id: background; source: "clock.png"; visible: clock.night == false
                 layer.enabled: true
                 layer.effect: DropShadow {
                 transparentBorder: true
                 horizontalOffset: 3
                 verticalOffset: 3
                 }
             }
      

      What is known

      • Flickering does not happen in Windows desktop environment
      • Flickering can also be seen when pop-up window is faded out by animation

      How to reproduce
      Please run clocks-qtbug108327.zip with "-platform webgl"
      clocks-qtbug108327.zip is based on https://doc.qt.io/qt-5/qtdoc-demos-clocks-content-clock-qml.html with above modification.

      Attachments

        1. clocks-qtbug108327.zip
          127 kB
          Nahomi Gröhn
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vhilshei Volker Hilsheimer
            nagrohn Nahomi Gröhn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes