Interface getSVGElementSizeOptions

interface getSVGElementSizeOptions {
    useAttrs?: boolean;
    useBBox?: boolean;
    useBoundingRect?: boolean;
    useClientDimensions?: boolean;
}

Properties

useAttrs?: boolean
useBBox?: boolean
useBoundingRect?: boolean
useClientDimensions?: boolean