Public bug reported:

BorderImages no longer display at all with the latest UITK release. This
can be reproduced with the following simple QML and the attached png/sci
files:

import QtQuick 2.2
import Ubuntu.Components 1.3

MainView {

    width: units.gu(20)
    height: units.gu(20)

    Rectangle {
        color: "black"
        anchors.fill: parent

        BorderImage {
            anchors.fill: parent
            source: "magnified_key.sci"
        }
    }

}

This appears to have been introduced in revision 1000.1114.3, if the
above is tested with revision 1000.1114.2 it displays correctly.

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1673461

Title:
  [regression] BorderImage no longer displays

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  BorderImages no longer display at all with the latest UITK release.
  This can be reproduced with the following simple QML and the attached
  png/sci files:

  import QtQuick 2.2
  import Ubuntu.Components 1.3

  MainView {

      width: units.gu(20)
      height: units.gu(20)

      Rectangle {
          color: "black"
          anchors.fill: parent

          BorderImage {
              anchors.fill: parent
              source: "magnified_key.sci"
          }
      }

  }

  This appears to have been introduced in revision 1000.1114.3, if the
  above is tested with revision 1000.1114.2 it displays correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1673461/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to