V1_commit_RGC
This commit is contained in:
12
SuiviREForamteur/node_modules/canvg/lib/Transform/Translate.d.ts
generated
vendored
Normal file
12
SuiviREForamteur/node_modules/canvg/lib/Transform/Translate.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { RenderingContext2D } from '../types';
|
||||
import Document from '../Document';
|
||||
import Point from '../Point';
|
||||
export default class Translate {
|
||||
type: string;
|
||||
private readonly point;
|
||||
constructor(_: Document, point: string);
|
||||
apply(ctx: RenderingContext2D): void;
|
||||
unapply(ctx: RenderingContext2D): void;
|
||||
applyToPoint(point: Point): void;
|
||||
}
|
||||
//# sourceMappingURL=Translate.d.ts.map
|
||||
Reference in New Issue
Block a user