| 2 | /* eslint-disable */ |
| 3 | /** Mutable SVG builder exposed to JavaScript. */ |
| 4 | export declare class SvgFile { |
| 5 | /** Create an empty SVG document. */ |
| 6 | constructor(width: number, height: number, pathPrecision?: number | undefined | null); |
| 7 | /** SVG width in pixels. */ |
nothing calls this directly
no outgoing calls
no test coverage detected