summaryrefslogtreecommitdiffstats
path: root/spec/spec/gradient.js
Commit message (Collapse)AuthorAgeFilesLines
* Speed improvements on parent elementwout2016-08-041-1/+1
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* SVG.Stop accepts multiple arguments1.0.0-rc.6wout2014-02-201-0/+13
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-0/+0
| | | | to 1.0.0-rc.5
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-051-1/+6
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-2/+11
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-0/+6
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-4/+64
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+4
|
* Bumped to v0.11wout2013-03-241-0/+18
- removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo