summaryrefslogtreecommitdiffstats
path: root/src/gradient.js
Commit message (Collapse)AuthorAgeFilesLines
* IMplemented <use> element, bumped to v0.23wout2013-06-291-0/+4
|
* Added `get()` method to SVG.Containerwout2013-06-231-4/+0
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-18/+17
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+9
|
* Bumped to v0.11wout2013-03-241-5/+3
| | | | | | | | | - 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
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-18/+14
| | | | animation functionality
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other ↵wout2013-02-271-4/+1
| | | | fixes
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-28/+28
|
* Reworked SVG.Container inheritancewout2013-02-021-5/+2
|
* Fix in offset for SVG.Wrapwout2013-01-221-2/+1
|
* Added patternswout2013-01-061-1/+1
|
* Made code more readable and included docswout2013-01-041-56/+49
|
* Added mask.jswout2012-12-311-4/+1
|
* Code refactoringwout2012-12-291-15/+22
|
* Added gradientwout2012-12-221-0/+111