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
commit 2cd8bad654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;