Files
hydro-builder-app/node_modules/canvg/lib/Document/MissingGlyphElement.d.ts
2026-06-13 17:36:44 -07:00

6 lines
206 B
TypeScript

import PathElement from './PathElement';
export default class MissingGlyphElement extends PathElement {
type: string;
readonly horizAdvX = 0;
}
//# sourceMappingURL=MissingGlyphElement.d.ts.map