Files
report/frontend/node_modules/canvg/lib/Document/MissingGlyphElement.d.ts
T
2026-07-19 03:44:35 +09:00

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