Files
verify/frontend/node_modules/canvg/lib/Document/MissingGlyphElement.d.ts
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

6 lines
201 B
TypeScript

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