first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
11
node_modules/canvg/lib/Document/LineElement.d.ts
generated
vendored
Normal file
11
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue