Skip to content

Commit

Permalink
Merge pull request #9903 from Topener/patch-3
Browse files Browse the repository at this point in the history
[TIMOB-9366] update radial backgroundGradient example to match implementation
  • Loading branch information
Lokesh Choudhary committed Mar 5, 2018
2 parents 08bfde2 + 0486f43 commit 313de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/View.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ properties:
startPoint: { x: 50, y: 50 },
endPoint: { x: 50, y: 50 },
colors: [ 'red', 'blue'],
startRadius: '90%',
startRadius: 50,
endRadius: 0,
backfillStart: true
}
Expand Down

0 comments on commit 313de85

Please sign in to comment.