aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added SVG.Line as a native element0.5wout2013-02-025-6/+105
* Updated opacity() method in sugar modulewout2013-02-024-30/+6
* Reworked SVG.Container inheritancewout2013-02-0213-238/+207
* Added visible() and opacity() methods0.4wout2013-01-306-4/+45
* Fix in arrange modulewout2013-01-294-15/+19
* Modified extension method to include all SVG.Container elementswout2013-01-294-12/+32
* Fix in scale() in sugar module0.3wout2013-01-283-7/+7
* Simplifying data() method0.2wout2013-01-273-7/+13
* Fic in data() methodwout2013-01-273-5/+5
* Added data() methodwout2013-01-275-4/+53
* Fix in offset for SVG.Wrapwout2013-01-229-107/+99
* Removed obsolete codewout2013-01-153-61/+67
* Renamed the parentDoc() method to doc()wout2013-01-125-9/+9
* Fix in poly elementwout2013-01-123-37/+3
* Ensuring polygons and polylines are at position 0,0 within their wrapperwout2013-01-123-5/+25
* Bug fix in clone() methodwout2013-01-103-5/+11
* Updated READMEwout2013-01-091-1/+1
* Bug fix in clonewout2013-01-093-5/+5
* Added event binding to the event modulewout2013-01-091-3/+34
* Added event listeners to event modulewout2013-01-093-4/+69
* Note in fx.jswout2013-01-092-3/+3
* Updated READMEwout2013-01-092-1/+5
* Updated READMEwout2013-01-081-4/+0
* Added plugins to readmewout2013-01-081-0/+7
* Storing element typewout2013-01-084-5/+9
* Fix in fx module for very short durationswout2013-01-083-7/+7
* Fix in fx module for durations under 10 mswout2013-01-083-7/+8
* Updated READMEwout2013-01-062-5/+4
* Updated READMEwout2013-01-065-17/+17
* Added patternswout2013-01-067-8/+122
* Updated READMEwout2013-01-061-0/+14
* fill() and stroke() accept a hex stringwout2013-01-065-110/+60
* Fix in animatabel attrwout2013-01-053-8/+26
* Removed temp wrapper in safari bug fixwout2013-01-055-68/+94
* Updated READMEwout2013-01-041-2/+2
* Updated READMEwout2013-01-041-0/+2
* Made code more readable and included docswout2013-01-0425-1316/+1155
* Updated READMEwout2013-01-031-1/+1
* Updated READMEwout2013-01-031-1/+1
* Updated READMEwout2013-01-031-4/+4
* Fix in SVG.FXwout2013-01-035-24/+28
* Fix in color parserwout2013-01-033-5/+19
* Added the SVG.FX module for animationswout2013-01-037-34/+686
* Added SVG.Nested to create nested svg documentswout2013-01-026-4/+50
* Replaced clip() in favor of mask()wout2013-01-0111-208/+283
* Added each(), next(), previous() and morewout2012-12-317-24/+197
* Added position()wout2012-12-313-6/+22
* Added clone()wout2012-12-314-7/+45
* Added mask.jswout2012-12-319-27/+156
* Added hide() and show()wout2012-12-305-29/+60