MAIDR JavaScript API
    Preparing search index...

    A run of points in dot coordinates, taken from one SVG shape.

    interface DotRing {
        points: DotPoint[];
        closed: boolean;
    }
    Index

    Properties

    Properties

    points: DotPoint[]

    The shape's outline, sampled densely enough that consecutive points land on adjacent pins.

    closed: boolean

    True when the last point joins back to the first, which decides whether the shape can be filled.