Eulergraph
    Preparing search index...

    Interface SVGSmoothQuadraticCurveCommand

    interface SVGSmoothQuadraticCurveCommand {
        relative: boolean;
        type: "T" | "t";
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    relative: boolean
    type: "T" | "t"
    x: number
    y: number