Interface BaseSVGPathCommand

interface BaseSVGPathCommand {
    relative: boolean;
    type: CommandType;
}

Hierarchy (view full)

Properties

Properties

relative: boolean