main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
331 bytes
|
Line | |
---|
1 | import { RenderingContext2D } from '../types';
|
---|
2 | import BoundingBox from '../BoundingBox';
|
---|
3 | import PathElement from './PathElement';
|
---|
4 | export default class EllipseElement extends PathElement {
|
---|
5 | type: string;
|
---|
6 | path(ctx: RenderingContext2D): BoundingBox;
|
---|
7 | getMarkers(): any;
|
---|
8 | }
|
---|
9 | //# sourceMappingURL=EllipseElement.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.