UNPKG

svg-path-d

Version:

SVG path data (path[d] attribute content) manipulation library.

5 lines (4 loc) 249 B
import { Rect } from './utils/math2d'; import { PathNode } from './path-node'; export declare function getItemBoundingRect(item: Readonly<PathNode>): Rect; export declare function getBoundingRect(items: Readonly<PathNode>[], rect?: Rect): Rect;