blob: 0104412d7c1273c6cb937fd18b84fa2c226f7c62 [file] [log] [blame]
import QtQuick 2.0
PathInterpolator {
path: Path {
startX: 50; startY: 50
PathCubic {
x: 300; y: 300
control1X: 300; control1Y: 50
control2X: 50; control2Y: 300
}
}
}