aboutsummaryrefslogtreecommitdiffstats
path: root/dist/svg.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-132/+460
|
* Added loop(), switched to requestAnimFrame, bumped to v0.38wout2014-01-281-8/+36
|
* Added get to SVG.Set, bumped to v0.37wout2014-01-261-18/+11
|
* Added addTo() and putIn() methods, added more detailed documentationwout2014-01-251-1/+25
|
* Added the hyperlink elementwout2014-01-231-1/+34
|
* Added pause / play to SVG.FX module and bumped to v0.34wout2014-01-231-26/+74
|
* Fix in point array move method0.34wout2014-01-221-3/+4
|
* Fix in viewboxwout2014-01-221-7/+22
|
* Fix in SVG.Viewboxwout2014-01-221-3/+3
|
* Bumped to v0.33wout2014-01-221-31/+105
|
* Fix in viewbox0.33wout2013-08-231-5/+3
|
* Fix in viewboxwout2013-08-231-3/+3
|
* Added merge() method to SVG.RBoxwout2013-08-221-1/+22
|
* Fixed bug in memory systemwout2013-08-221-8/+10
|
* Distinguished SVG.Container from SVG.parent, bumped to v0.32wout2013-08-051-60/+69
| | | | SVG.Use inherits from SVG.Shape
* Added animatible poly's, bumped to v0.31wout2013-08-011-39/+259
|
* Added support for CommonJS and AMD, bunped to v0.300.31wout2013-07-261-6/+13
|
* Added SVG.Array and bumped to v0.29wout2013-07-251-13/+43
|
* Reworked SVG.Text to give more granular controlwout2013-07-231-67/+107
|
* Namespace fixes and added textPath and bumped to v0.270.28wout2013-07-221-4/+62
|
* Added textpath plugin to readme0.27wout2013-07-191-1/+1
|
* Fix in back()wout2013-07-171-2/+2
|
* Various IE9 and IE10 fixeswout2013-07-041-18/+18
|
* Added memory modulewout2013-07-021-4/+39
|
* Sets accept multiple elements at oncewout2013-07-011-3/+6
|
* Added SVG.Set adn bumped to v0.24wout2013-07-011-63/+120
|
* Fix in SVG.Number for IE0.24wout2013-07-011-11/+13
|
* Fix in unit parser with negative values.wout2013-06-301-3/+3
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-5/+42
|
* Fixed naming conflict in mask and clip modules, bumped to v0.22wout2013-06-291-5/+63
|
* Reworked arrange module, <defs> always on topwout2013-06-271-42/+58
|
* Fix in rotation transform0.21wout2013-06-251-2/+2
|
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-241-19/+21
|
* Added `get()` method to SVG.Containerwout2013-06-231-5/+5
|
* Fix in fill() methodwout2013-06-231-3/+3
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-59/+144
|
* Added to() method in the SVG.FXwout2013-06-091-104/+115
|
* Added deep traversing, reorganizd moduleswout2013-06-091-76/+154
|
* Added translate() methodwout2013-05-291-3/+10
|
* Added merge() to SVG.BBoxwout2013-05-281-43/+87
|
* Removing defs and references on clear()wout2013-05-081-5/+8
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-90/+17
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-48/+112
|
* Parsing numeric values as a global getter0.14wout2013-04-151-2/+2
|
* Removing style attributes when emptywout2013-04-151-2/+5
|
* Fix in defaultswout2013-04-141-20/+23
|
* Ensure center point for rotationswout2013-04-131-8/+12
|
* Bumped to v0.13wout2013-04-121-5/+8
|
* Fix for Firefox in bbox()0.13wout2013-04-111-3/+14
|
* Fix in poly plot() with point arrayswout2013-04-081-2/+3
|