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

属性

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