aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying data() method0.2wout2013-01-271-2/+5
|
* Fic in data() methodwout2013-01-271-1/+1
|
* Added data() methodwout2013-01-271-0/+14
|
* Fix in offset for SVG.Wrapwout2013-01-227-52/+48
|
* Removed obsolete codewout2013-01-151-29/+32
|
* Renamed the parentDoc() method to doc()wout2013-01-123-3/+3
|
* Fix in poly elementwout2013-01-121-17/+0
|
* Ensuring polygons and polylines are at position 0,0 within their wrapperwout2013-01-121-1/+11
|
* Bug fix in clone() methodwout2013-01-101-1/+4
|
* Bug fix in clonewout2013-01-091-1/+1
|
* 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
|