[regression] BorderImage no longer displays

Bug #1673461 reported by Michael Sheldon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-ui-toolkit (Ubuntu)
New
Undecided
Unassigned

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.

Revision history for this message
Michael Sheldon (michael-sheldon) wrote :
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :
Revision history for this message
Adnane Belmadiaf (daker) wrote :
Revision history for this message
Adnane Belmadiaf (daker) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.