Skip to content

Commit

Permalink
Added warning to RadialGradientFill
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Feb 4, 2019
1 parent b939beb commit 906fcfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/scenegraph.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ declare class LinearGradientFill {
public setEndPoints(startX: number, startY: number, endX: number, endY: number);
}

/**
* **The RadialGradientFill type is not documented and its API may change. Plugins currently cannot modify or otherwise work with radial gradients.**
*/
declare class RadialGradientFill {
// TODO: Waiting for documentation to arrive
}
Expand Down

0 comments on commit 906fcfa

Please sign in to comment.