summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added SVG.Nested to create nested svg documentswout2013-01-022-0/+16
|
* Replaced clip() in favor of mask()wout2013-01-017-88/+131
| | | | Some browsers had issues with clipping, masking was a better option.
* Added each(), next(), previous() and morewout2012-12-314-4/+63
|
* Added position()wout2012-12-312-6/+14
|
* Added clone()wout2012-12-312-2/+21
|
* Added mask.jswout2012-12-315-11/+61
|
* Added hide() and show()wout2012-12-302-13/+22
|
* Added dblclick to event.jswout2012-12-301-2/+7
|
* Added event.jswout2012-12-301-0/+15
|
* Code refactoringwout2012-12-2911-60/+115
|
* Improved containerwout2012-12-292-3/+3
|
* Added polyline and polygon, removed ciclewout2012-12-296-71/+65
|
* Added skew method to the sugar modulewout2012-12-283-9/+17
|
* Added image size as argumentswout2012-12-281-2/+3
|
* Bug fix in bbox()wout2012-12-271-2/+9
|
* Fix in bbox90 for IEwout2012-12-271-9/+11
|
* Updated READMEwout2012-12-271-1/+1
|
* Reworked transform()wout2012-12-273-34/+67
|
* Fix in pathwout2012-12-262-2/+8
|
* Defaulting <svg> width and height to 100%wout2012-12-231-1/+1
|
* Added support for IE9wout2012-12-231-1/+1
|
* Added and exta wrapping div around svg elementwout2012-12-231-2/+7
|
* Imporved safari fixwout2012-12-231-2/+2
|
* Fine-tuned safari bug fixwout2012-12-232-16/+13
|
* Fixed a bug in safari prevending correct dy on tspanswout2012-12-235-14/+36
|
* Simplified rotate() syntaxwout2012-12-221-4/+9
|
* Change lement creation syntaxwout2012-12-221-54/+28
|
* Added gradientwout2012-12-224-4/+120
|
* Lowered presence of the svg functionwout2012-12-211-4/+0
|
* Making the svg function globalwout2012-12-213-8/+9
|
* Cross browser fixeswout2012-12-212-13/+15
|
* 'bbox()' bow also returning cx and cy0.1wout2012-12-211-2/+1
|
* Streamlined codewout2012-12-219-69/+96
|
* 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-206-32/+115
|