On this page

Interface SVGBoundingBoxOptions

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

Properties

clipped?: boolean
fill?: boolean
markers?: boolean
stroke?: boolean
Was this helpful?
SDK JS
Reference
SVGBoundingBoxOptions