weasel API - v0.8.0
    Preparing search index...

    Interface Region

    Region a fill is clipped to.

    interface Region {
        h: number;
        shape: "circle" | "rectangle";
        w: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    h: number
    shape: "circle" | "rectangle"
    w: number
    x: number
    y: number