supervision-js
    Preparing search index...

    Interface PolylineDrawInstruction

    interface PolylineDrawInstruction {
        points: readonly Point[];
        stroke: StrokeStyle;
        shadowStroke?: StrokeStyle;
    }
    Index
    points: readonly Point[]
    stroke: StrokeStyle
    shadowStroke?: StrokeStyle

    Drawn under stroke so the path reads over any media beneath it.