mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 16:53:06 +08:00
Fixes #490
This commit is contained in:
2
konva.d.ts
vendored
2
konva.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user