Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgimage / data / mirror.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 300
5     height: 250
6     Image {
7         objectName: "image"
8         anchors.fill: parent
9         source: "pattern.png"
10     }
11 }