Files
turftracker/frontend/node_modules/canvg/lib/Document/MissingGlyphElement.d.ts
2026-04-09 13:19:47 -05: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