aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpath/data/closedcurve.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickpath/data/closedcurve.qml')
-rw-r--r--tests/auto/quick/qquickpath/data/closedcurve.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickpath/data/closedcurve.qml b/tests/auto/quick/qquickpath/data/closedcurve.qml
new file mode 100644
index 0000000000..bb4a715e28
--- /dev/null
+++ b/tests/auto/quick/qquickpath/data/closedcurve.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.0
+
+Path {
+ startX: 50; startY: 50
+
+ PathCurve { x: 100; y: 100 }
+ PathCurve { x: 50; y: 150 }
+ PathCurve { x: 50; y: 50 }
+}