Interface SVGCloseCommand

interface SVGCloseCommand {
    relative: boolean;
    type: "Z" | "z";
}

Hierarchy (view full)

Properties

Properties

relative: boolean
type: "Z" | "z"