Fix QQuickImage tiling_QTBUG_6716 and mirror tests.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquickimage / data / mirror.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 300
5     height: 250
6     Image {
7         objectName: "image"
8         smooth: false
9         anchors.fill: parent
10         source: "pattern.png"
11     }
12 }