V1_commit_RGC
This commit is contained in:
7
SuiviREForamteur/node_modules/canvg/lib/Document/PolygonElement.d.ts
generated
vendored
Normal file
7
SuiviREForamteur/node_modules/canvg/lib/Document/PolygonElement.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { RenderingContext2D } from '../types';
|
||||
import PolylineElement from './PolylineElement';
|
||||
export default class PolygonElement extends PolylineElement {
|
||||
type: string;
|
||||
path(ctx: RenderingContext2D): import("..").BoundingBox;
|
||||
}
|
||||
//# sourceMappingURL=PolygonElement.d.ts.map
|
||||
Reference in New Issue
Block a user