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