summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Added SVG.Line as a native element0.5wout2013-02-022-3/+50
* Updated opacity() method in sugar modulewout2013-02-022-16/+4
* Reworked SVG.Container inheritancewout2013-02-022-184/+170
* Added visible() and opacity() methods0.4wout2013-01-302-3/+21
* Fix in arrange modulewout2013-01-292-9/+11
* Modified extension method to include all SVG.Container elementswout2013-01-292-7/+17
* Fix in scale() in sugar module0.3wout2013-01-282-5/+5
* Simplifying data() method0.2wout2013-01-272-5/+8
* Fic in data() methodwout2013-01-272-4/+4
* Added data() methodwout2013-01-272-3/+17
* Fix in offset for SVG.Wrapwout2013-01-222-55/+51
* Removed obsolete codewout2013-01-152-32/+35
* Renamed the parentDoc() method to doc()wout2013-01-122-6/+6
* Fix in poly elementwout2013-01-122-20/+3
* Ensuring polygons and polylines are at position 0,0 within their wrapperwout2013-01-122-4/+14
* Bug fix in clone() methodwout2013-01-102-4/+7
* Bug fix in clonewout2013-01-092-4/+4
* Added event listeners to event modulewout2013-01-092-4/+36
* Note in fx.jswout2013-01-092-3/+3
* Storing element typewout2013-01-082-4/+6
* Fix in fx module for very short durationswout2013-01-082-5/+5
* Fix in fx module for durations under 10 mswout2013-01-082-6/+7
* Updated READMEwout2013-01-061-3/+2
* Updated READMEwout2013-01-062-9/+9
* Added patternswout2013-01-062-5/+53
* fill() and stroke() accept a hex stringwout2013-01-062-56/+31
* Fix in animatabel attrwout2013-01-052-7/+16
* Removed temp wrapper in safari bug fixwout2013-01-052-35/+48
* Made code more readable and included docswout2013-01-042-649/+562
* Fix in SVG.FXwout2013-01-032-12/+14
* Fix in color parserwout2013-01-032-4/+11
* Added the SVG.FX module for animationswout2013-01-032-11/+300
* Added SVG.Nested to create nested svg documentswout2013-01-022-3/+19
* Replaced clip() in favor of mask()wout2013-01-012-91/+134
* Added each(), next(), previous() and morewout2012-12-312-12/+79
* Added clone()wout2012-12-312-5/+24
* Added mask.jswout2012-12-312-11/+63
* Added hide() and show()wout2012-12-302-16/+26
* Added dblclick to event.jswout2012-12-302-5/+10
* Added event.jswout2012-12-302-3/+18
* Code refactoringwout2012-12-292-63/+116
* Improved containerwout2012-12-292-6/+6
* Added polyline and polygon, removed ciclewout2012-12-292-74/+68
* Added skew method to the sugar modulewout2012-12-282-12/+20
* Added image size as argumentswout2012-12-282-5/+6
* Bug fix in bbox()wout2012-12-272-5/+12
* Fix in bbox90 for IEwout2012-12-272-12/+14
* Updated READMEwout2012-12-272-2/+2
* Updated READMEwout2012-12-272-4/+4
* Reworked transform()wout2012-12-272-37/+70