@zsnout/ithkuil
Version:
A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.
15 lines (14 loc) • 485 B
TypeScript
/**
* Gets the bounding box of an SVG graphics element.
*
* @param element The node to get the bounding box of.
* @returns The bounding box (in SVG units) of the element.
*/
export declare function getBBox(element: SVGGraphicsElement): DOMRect;
/**
* Gets the bounding box of an SVG element.
*
* @param element The node to get the bounding box of.
* @returns The bounding box (in SVG units) of the element.
*/
export declare function forceGetBBox(node: SVGElement): DOMRect;