MAIDR JavaScript API
    Preparing search index...

    Interface LineRequest

    One line to draw along one edge of one element's bounding box.

    interface LineRequest {
        box: SVGElement;
        edge: Edge;
    }
    Index

    Properties

    Properties

    box: SVGElement

    The element to measure and draw along.

    edge: Edge

    Which of its edges the line runs along.