Interface SVGSmoothQuadraticCurveCommand

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

Hierarchy (view full)

Properties

Properties

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