This commit is contained in:
Halil İbrahim Karaalp 2018-11-09 19:40:36 +03:00
parent d48868621c
commit acdec06c4f

2
konva.d.ts vendored
View File

@ -536,7 +536,7 @@ declare namespace Konva {
fillLinearGradientColorStops(): Array<number | string>;
fillLinearGradientColorStops(colors: Array<number | string>): this;
fillLinearGradientStartPoint(): Vector2d;
fillLinearGradientStartPoint(point: Vector2d): Vector2d;
fillLinearGradientStartPoint(point: Vector2d): this;
fillLinearGradientStartPointX(): number;
fillLinearGradientStartPointX(x: number): this;
fillLinearGradientStartPointY(): number;