mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
add missing functions from Transform class in typings (#174)
This commit is contained in:

committed by
Anton Lavrenov

parent
b510582660
commit
630023b7e7
4
konva.d.ts
vendored
4
konva.d.ts
vendored
@@ -810,10 +810,12 @@ declare module Konva {
|
||||
}
|
||||
|
||||
class Transform {
|
||||
copy(): Transform;
|
||||
getMatrix(): any[];
|
||||
getTranslation() : Vector2d;
|
||||
invert() : void;
|
||||
multiply(matrix: any[]) : void;
|
||||
multiply(matrix: any[]): void;
|
||||
point(point: Vector2d): Vector2d;
|
||||
rotate(deg: number) : void;
|
||||
scale(x: number, y: Number) : void;
|
||||
setAbsolutePosition() : void;
|
||||
|
Reference in New Issue
Block a user