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