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

Properties

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

Generated using TypeDoc