aboutsummaryrefslogtreecommitdiffstats
path: root/dist/svg.js
Commit message (Expand)AuthorAgeFilesLines
* Fix in fx module for very short durationswout2013-01-081-3/+3
* Fix in fx module for durations under 10 mswout2013-01-081-4/+5
* Updated READMEwout2013-01-061-3/+2
* Updated READMEwout2013-01-061-7/+7
* Added patternswout2013-01-061-3/+51
* fill() and stroke() accept a hex stringwout2013-01-061-54/+29
* Fix in animatabel attrwout2013-01-051-5/+14
* Removed temp wrapper in safari bug fixwout2013-01-051-33/+46
* Made code more readable and included docswout2013-01-041-647/+560
* Fix in SVG.FXwout2013-01-031-10/+12
* Fix in color parserwout2013-01-031-2/+9
* Added the SVG.FX module for animationswout2013-01-031-9/+298
* Added SVG.Nested to create nested svg documentswout2013-01-021-1/+17
* Replaced clip() in favor of mask()wout2013-01-011-89/+132
* Added each(), next(), previous() and morewout2012-12-311-10/+77
* Added clone()wout2012-12-311-3/+22
* Added mask.jswout2012-12-311-9/+61
* Added hide() and show()wout2012-12-301-14/+24
* Added dblclick to event.jswout2012-12-301-3/+8
* Added event.jswout2012-12-301-1/+16
* Code refactoringwout2012-12-291-61/+114
* Improved containerwout2012-12-291-4/+4
* Added polyline and polygon, removed ciclewout2012-12-291-72/+66
* Added skew method to the sugar modulewout2012-12-281-10/+18
* Added image size as argumentswout2012-12-281-3/+4
* Bug fix in bbox()wout2012-12-271-3/+10
* Fix in bbox90 for IEwout2012-12-271-10/+12
* Updated READMEwout2012-12-271-1/+1
* Updated READMEwout2012-12-271-2/+2
* Reworked transform()wout2012-12-271-35/+68
* Fix in pathwout2012-12-261-3/+9
* Defaulting <svg> width and height to 100%wout2012-12-231-2/+2
* Added support for IE9wout2012-12-231-2/+2
* Added and exta wrapping div around svg elementwout2012-12-231-3/+8
* Imporved safari fixwout2012-12-231-3/+3
* Added build instructions to READMEwout2012-12-231-1/+1
* Fine-tuned safari bug fixwout2012-12-231-17/+14
* Fixed a bug in safari prevending correct dy on tspanswout2012-12-231-14/+37
* Fixwout2012-12-231-2/+2
* Simplified rotate() syntaxwout2012-12-221-5/+10
* Change lement creation syntaxwout2012-12-221-55/+29
* Added gradientwout2012-12-221-6/+122
* Lowered presence of the svg functionwout2012-12-211-5/+2
* Making the svg function globalwout2012-12-211-9/+10
* Cross browser fixeswout2012-12-211-14/+16
* 'bbox()' bow also returning cx and cy0.1wout2012-12-211-2/+1
* Streamlined codewout2012-12-211-80/+106
* text font() method can be used as a getterwout2012-12-211-19/+31
* Added anchor option for text elementwout2012-12-201-7/+5
* Added font elementwout2012-12-201-32/+115