aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.js
Commit message (Expand)AuthorAgeFilesLines
...
* Passing attribute name and value in rebuild() methodwout2013-03-301-1/+1
* Updated READMEwout2013-03-251-1/+1
* Bumped to v0.11wout2013-03-241-87/+84
* Animation value clearance0.11wout2013-03-131-4/+0
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-37/+67
* Bumped to v0.9, added better style management, text support and extended anim...0.10wout2013-03-091-25/+83
* Reworked color managementwout2013-03-061-0/+4
* Added during() method and unit morphing to fx modulewout2013-03-061-2/+5
* Fix in animate().center()0.8wout2013-03-051-0/+3
* Code refactoring on elementwout2013-03-021-47/+48
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other f...wout2013-02-271-29/+39
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-76/+61
* Added ability to store data() as raw valueswout2013-02-111-2/+2
* Added visible() and opacity() methods0.4wout2013-01-301-0/+7
* Simplifying data() method0.2wout2013-01-271-2/+5
* Fic in data() methodwout2013-01-271-1/+1
* Added data() methodwout2013-01-271-0/+14
* Fix in offset for SVG.Wrapwout2013-01-221-0/+9
* Renamed the parentDoc() method to doc()wout2013-01-121-1/+1
* Bug fix in clone() methodwout2013-01-101-1/+4
* Bug fix in clonewout2013-01-091-1/+1
* Storing element typewout2013-01-081-1/+2
* fill() and stroke() accept a hex stringwout2013-01-061-9/+9
* Fix in animatabel attrwout2013-01-051-1/+10
* Made code more readable and included docswout2013-01-041-122/+114
* Added the SVG.FX module for animationswout2013-01-031-2/+6
* Replaced clip() in favor of mask()wout2013-01-011-15/+29
* Added each(), next(), previous() and morewout2012-12-311-0/+10
* Added position()wout2012-12-311-1/+6
* Added clone()wout2012-12-311-1/+19
* Added hide() and show()wout2012-12-301-0/+14
* Code refactoringwout2012-12-291-5/+18
* Added skew method to the sugar modulewout2012-12-281-7/+7
* Bug fix in bbox()wout2012-12-271-2/+9
* Fix in bbox90 for IEwout2012-12-271-9/+11
* Updated READMEwout2012-12-271-1/+1
* Reworked transform()wout2012-12-271-18/+55
* Fixed a bug in safari prevending correct dy on tspanswout2012-12-231-5/+0
* Cross browser fixeswout2012-12-211-10/+10
* Streamlined codewout2012-12-211-4/+36
* Made absolute transformations defaultwout2012-12-191-2/+2
* Updated readmewout2012-12-191-15/+3
* Separated core from optional librarieswout2012-12-181-19/+11
* Added transform()wout2012-12-181-35/+59
* Code slimmingwout2012-12-171-15/+3
* Refactored code for readability and sizewout2012-12-171-94/+100
* Removing legacy referenceswout2012-12-171-5/+1
* Added attr function for SVG.Elementwout2012-12-161-0/+11
* Fix in circle and ellipse generaterwout2012-12-161-1/+6
* Implemented core librarywout2012-12-161-0/+87