blob: bb4a715e2852e7c7d825e5e3078b4b382cb47bdd [file] [log] [blame]
import QtQuick 2.0
Path {
startX: 50; startY: 50
PathCurve { x: 100; y: 100 }
PathCurve { x: 50; y: 150 }
PathCurve { x: 50; y: 50 }
}