summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Animation value clearance0.11wout2013-03-133-13/+12
* Added x(), y(), cx(), cy() and matrixwout2013-03-1211-140/+277
* Bumped to v0.9, added better style management, text support and extended anim...0.10wout2013-03-0921-255/+384
* Animatable fill() and stroke()wout2013-03-062-35/+44
* Reworked color managementwout2013-03-065-41/+191
* Added during() method and unit morphing to fx modulewout2013-03-063-15/+58
* Fix in animate().center()0.8wout2013-03-053-55/+54
* Improved rotate() method in sugar modulewout2013-03-022-23/+23
* Code refactoring on elementwout2013-03-021-47/+48
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other f...wout2013-02-278-63/+79
* Added viewbox toString() methodwout2013-02-201-1/+9
* Defaulting zoom in viewbox to 1wout2013-02-201-9/+10
* Fix in viewbox fallbackwout2013-02-201-18/+17
* ViewBox zoom descriptionwout2013-02-201-2/+2
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-2025-506/+553
* Added support testwout2013-02-151-8/+17
* Added ability to store data() as raw valueswout2013-02-112-4/+4
* Unbinding an event from an elementwout2013-02-053-6/+8
* Updated READMEwout2013-02-021-1/+1
* Added SVG.Line as a native element0.5wout2013-02-021-0/+46
* Updated opacity() method in sugar modulewout2013-02-021-13/+1
* Reworked SVG.Container inheritancewout2013-02-0210-52/+35
* Added visible() and opacity() methods0.4wout2013-01-303-0/+18
* Fix in arrange modulewout2013-01-292-6/+8
* Modified extension method to include all SVG.Container elementswout2013-01-291-4/+14
* Fix in scale() in sugar module0.3wout2013-01-281-2/+2
* 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-227-52/+48
* Removed obsolete codewout2013-01-151-29/+32
* Renamed the parentDoc() method to doc()wout2013-01-123-3/+3
* Fix in poly elementwout2013-01-121-17/+0
* Ensuring polygons and polylines are at position 0,0 within their wrapperwout2013-01-121-1/+11
* Bug fix in clone() methodwout2013-01-101-1/+4
* Bug fix in clonewout2013-01-091-1/+1
* Added event listeners to event modulewout2013-01-091-0/+33
* Updated READMEwout2013-01-091-1/+1
* Storing element typewout2013-01-082-1/+3
* Fix in fx module for very short durationswout2013-01-081-2/+2
* Fix in fx module for durations under 10 mswout2013-01-081-1/+1
* Updated READMEwout2013-01-062-6/+6
* Added patternswout2013-01-063-2/+49
* fill() and stroke() accept a hex stringwout2013-01-062-53/+28
* Fix in animatabel attrwout2013-01-051-1/+10
* Removed temp wrapper in safari bug fixwout2013-01-053-33/+46
* Made code more readable and included docswout2013-01-0421-659/+584
* Fix in SVG.FXwout2013-01-032-9/+11
* Fix in color parserwout2013-01-031-1/+8
* Added the SVG.FX module for animationswout2013-01-033-8/+296