import QtQuick 2.11

Path {
    PathAngleArc {
        centerX: 100
        centerY: 100
        radiusX: 50
        radiusY: 50
        startAngle: 45
        sweepAngle: 90
    }
}
