mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
commit
2cd8bad654
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;
|
||||
|
Loading…
Reference in New Issue
Block a user