Search


Search something to see results

SVGBoundingBoxOptions

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

Index

Properties

Properties

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