Icard/angular-clarity-master(work.../node_modules/canvg/lib/Document/EllipseElement.d.ts

9 lines
323 B
TypeScript
Raw Permalink Normal View History

2024-07-16 14:55:36 +00: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