aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix in pathwout2012-12-262-5/+11
* Defaulting <svg> width and height to 100%wout2012-12-232-4/+4
* Added support for IE9wout2012-12-232-4/+4
* Added and exta wrapping div around svg elementwout2012-12-232-5/+10
* Imporved safari fixwout2012-12-232-5/+5
* Added build instructions to READMEwout2012-12-232-2/+2
* Fine-tuned safari bug fixwout2012-12-232-19/+16
* Fixed a bug in safari prevending correct dy on tspanswout2012-12-232-16/+39
* Fixwout2012-12-232-4/+4
* Simplified rotate() syntaxwout2012-12-222-7/+12
* Change lement creation syntaxwout2012-12-222-57/+31
* Added gradientwout2012-12-222-8/+124
* Lowered presence of the svg functionwout2012-12-212-7/+4
* Making the svg function globalwout2012-12-212-11/+12
* Cross browser fixeswout2012-12-212-16/+18
* 'bbox()' bow also returning cx and cy0.1wout2012-12-212-3/+2
* Streamlined codewout2012-12-212-82/+108
* text font() method can be used as a getterwout2012-12-212-20/+32
* Added anchor option for text elementwout2012-12-202-8/+6
* Added font elementwout2012-12-202-34/+117
* Made absolute transformations defaultwout2012-12-192-8/+5
* Updated readmewout2012-12-192-22/+6
* Updated Readmewout2012-12-192-14/+31
* Separated core from optional librarieswout2012-12-182-68/+111