aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec/gradient.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-041-151/+0
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* added test for GradientUlrich-Matthias Schäfer2020-04-091-43/+43
|
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-071-2/+2
|
* renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)Ulrich-Matthias Schäfer2017-07-071-27/+27
|
* ids are not generated upon creation anymoreUlrich-Matthias Schäfer2017-04-231-3/+3
| | | | Instead they are generated when requested (#559)
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-281-0/+30
|
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-02-251-5/+11
|
* 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