hrms-manual/node_modules/canvg/lib/Document/EllipseElement.d.ts

9 lines
331 B
TypeScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
import { RenderingContext2D } from '../types';
import BoundingBox from '../BoundingBox';
import PathElement from './PathElement';
export default class EllipseElement extends PathElement {
type: string;
path(ctx: RenderingContext2D): BoundingBox;
getMarkers(): any;
}
//# sourceMappingURL=EllipseElement.d.ts.map