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

Rounded rectangles of negative size not drawn correctly

XMLWordPrintable

    • 03ff62841c5dae85fde40982a65980a91c5f3109

      Only the top rectangle has rounded ends:

      import QtQuick 1.0
      
      Rectangle {
          width: 300
          height: 300
      
          Column {
              anchors.centerIn: parent
              Rectangle {
                  color: "blue"
                  width:  100
                  height: 20
                  radius: 10
              }
              Rectangle {
                  color: "blue"
                  width:  -100
                  height: 20
                  radius: 10
              }
          }
      }
      

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

            chham Christopher Ham (closed Nokia identity) (Inactive)
            mathiasm Mathias Malmqvist
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes