summaryrefslogtreecommitdiffstats
path: root/src/element.js
Commit message (Expand)AuthorAgeFilesLines
* Added merge() to SVG.BBoxwout2013-05-281-0/+1
* Bumped to v0.15, removed hsb color supportwout2013-04-261-2/+9
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-11/+6
* Parsing numeric values as a global getter0.14wout2013-04-151-1/+1
* Removing style attributes when emptywout2013-04-151-1/+4
* Fix in defaultswout2013-04-141-1/+4
* Merge pull request #24 from robwalch/masterWout Fierens2013-04-141-4/+4
|\
| * remove the use of keyword 'default'Rob Walch2013-04-141-4/+4
* | Ensure center point for rotationswout2013-04-131-7/+11
* | Bumped to v0.13wout2013-04-121-4/+7
|/
* Fix for leading method on non text elementswout2013-04-071-2/+2
* Extendibility fix in SVG.Elementwout2013-04-021-1/+1
* 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