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

Rectangle border with a partial transparent color looks weird

    XMLWordPrintable

Details

    • 3c8ea4c9151045d95dd0b0df72f6f680ce57c1fc

    Description

      import QtQuick 2.0
      
      Rectangle {
          width: 360
          height: 360
      
      
          Rectangle {
              x: 42
              y: 43
              width: 257
              height: 272
              color: "#d3d348"
              radius: 1
              border.color: "#6421dbc6"
              border.width: 25
              opacity: 1
          }
      
      }
      

      Attachments

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

        Activity

          People

            kkalland Kim Motoyoshi Kalland (Inactive)
            bubke Marco Bubke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes