aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgborderimage/data/mirror.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgborderimage/data/mirror.qml')
-rw-r--r--tests/auto/declarative/qsgborderimage/data/mirror.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgborderimage/data/mirror.qml b/tests/auto/declarative/qsgborderimage/data/mirror.qml
new file mode 100644
index 0000000000..8d02f58e05
--- /dev/null
+++ b/tests/auto/declarative/qsgborderimage/data/mirror.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.0
+
+BorderImage {
+ source: "heart200.png"
+ smooth: true
+ width: 300; height: 300
+ border { top: 50; right: 50; bottom: 50; left: 50 }
+}