Interface SVGBoundingBoxOptions

    interface SVGBoundingBoxOptions {
        clipped?: boolean;
        fill?: boolean;
        markers?: boolean;
        stroke?: boolean;
    }

    Properties

    clipped?: boolean
    fill?: boolean
    markers?: boolean
    stroke?: boolean