Interface Outline

Represents outline of an image.

interface Outline {
    @type: "outline";
    paths: ClosedVectorPath[];
}

Properties

Properties

@type: "outline"

The list of closed vector paths.