Interface ClosedVectorPath

Represents a closed vector path. The path begins at the end point of the last command. The coordinate system origin is in the upper-left corner.

interface ClosedVectorPath {
    @type: "closedVectorPath";
    commands: VectorPathCommand[];
}

Properties

Properties

@type: "closedVectorPath"
commands: VectorPathCommand[]

List of vector path commands.