aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpath/data/closedcurve.qml
blob: bb4a715e2852e7c7d825e5e3078b4b382cb47bdd (plain)
1
2
3
4
5
6
7
8
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 }
}