Merge pull request #492 from halilibrahim/master

Fixes #490
This commit is contained in:
Anton Lavrenov
2018-11-09 11:44:09 -05:00
committed by GitHub

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;