Interface SVGHorizontalLineCommand

interface SVGHorizontalLineCommand {
    relative: boolean;
    type: "H" | "h";
    x: number;
}

Hierarchy (view full)

Properties

Properties

relative: boolean
type: "H" | "h"
x: number