Easy addition of gradients on text (#2528)
* Allow the easy created of gradients on text just by supplying an array of colours for fill rathar than a string

* removing built files

* Moved generating of the gradient into it's own function

* Fixed function typo

* Fix minor merge error

* getColor can now parse an array of values

* Updated jsdoc to show you can give an array of numbers for fill colour
1 parent ea658b0 commit c8c2af41ca0bbdcda019048eca82ca44ac11fccb
@Dave Dave authored on 22 Jun 2016
Matt Karl committed on 22 Jun 2016
Showing 3 changed files
View
src/core/const.js
View
src/core/text/Text.js
View
src/core/text/TextStyle.js