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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673461

Title:
  [regression] BorderImage no longer displays

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to