Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SVGBoundingBoxOptions

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

§Properties

§
clipped?: boolean
[src]
§
fill?: boolean
[src]
§
markers?: boolean
[src]
§
stroke?: boolean
[src]