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