Skip to content

Commit

Permalink
Fixed wrongly documented LinearGradient
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka authored Feb 25, 2019
1 parent f1223e9 commit 1799b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/scenegraph.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ declare class Color {
public clone(): Color;
}

declare class LinearGradientFill {
declare class LinearGradient {
/**
* Array of objects representing each color and its position along the gradient line. The position (stop value) is a number 0.0 - 1.0.
*/
Expand Down

0 comments on commit 1799b1a

Please sign in to comment.