aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove nested AMD/exports loaderZach Brown2015-01-171-6/+0
* Bumped to 1.0.1wout2014-09-061-1/+0
* Bumped to version 1.0.0wout2014-09-054-13/+68
* Fixing a bug in viewboxwout2014-06-191-6/+6
* Merge pull request #216 from shabegger/masterWout2014-06-191-2/+6
|\
| * Fixed Infinite LoopStephen Habegger2014-06-161-2/+6
* | Added marker, symbol and dynamic referencingwout2014-06-1712-12/+138
|/
* Merge pull request #207 from bryhoyt/patch-1Wout2014-06-121-1/+5
|\
| * Offset rbox by window scroll, because getBoundingClientRect changes when wind...bryhoyt2014-06-121-1/+5
* | Fix in SVG.offwout2014-06-121-3/+7
|/
* Bumped to version 1.0.0-rc.7wout2014-06-116-26/+39
* Calling after() on stop(fulfill)wout2014-06-101-4/+6
* Merge pull request #192 from vird/patch-1Wout2014-06-101-3/+5
|\
| * .animation() .stop() now fires .after() if presentvird2014-05-281-3/+5
* | toggleClass returns the svg instancePatrick Klingemann2014-06-091-0/+1
* | trim class attribute whitespacePatrick Klingemann2014-06-091-1/+1
* | avoid unintentional global variablesPatrick Klingemann2014-06-091-1/+3
* | add classes, hasClass, addClass, removeClass, toggleClass functions to ElementPatrick Klingemann2014-06-021-1/+41
|/
* Fixed a bug where Element.style() would not save empty values in IE11Xavier Roger-Machart2014-05-021-1/+1
* Replaced a non breaking space with a real spacewout2014-03-051-1/+1
* Bumped to 1.0.0-rc.6wout2014-03-0419-273/+277
* SVG.Stop accepts multiple arguments1.0.0-rc.6wout2014-02-201-2/+10
* Re-added touch eventswout2014-02-201-1/+6
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to...wout2014-02-1416-825/+732
* Minor enhancement in patharray arcswout2014-02-051-4/+4
* convert bool to int, so d only contains number values - fixes #145dotnetCarpenter2014-02-051-2/+2
* Fix in patharray arcwout2014-02-051-3/+3
* added pointAt() method to SVG.Pathwout2014-02-052-20/+25
* Fix in animate('=').to()wout2014-02-051-1/+1
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-055-11/+104
* Removing old unbiassed flag on textPath path creationwout2014-02-041-1/+1
* Fix for arcs in SVG.PathArray#toString methodwout2014-02-041-7/+7
* fix for arcs in patharray toString() methodwout2014-02-041-5/+3
* Wrapping delay in SVG.Numberwout2014-02-031-1/+1
* Added second values to SVG.Numberwout2014-02-032-2/+10
* Added `length()`method to pathwout2014-02-031-0/+4
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-0324-1372/+1408
* Applying block to text node on text() method1.0.0-rc.3wout2014-02-021-1/+1
* Leaner parserwout2014-02-021-18/+4
* added `morph()` and `at()` methods to `SVG.Number` for unit morphingwout2014-02-015-51/+64
* Added index() method to SVG.Parent and SVG.Setwout2014-02-013-13/+15
* Fix in color morphingwout2014-01-311-0/+3
* Fix in poly morphingwout2014-01-311-2/+2
* Disabled array bbox cachewout2014-01-312-20/+0
* Added morph() and at() methods to SVG.Colorwout2014-01-312-25/+34
* Added msRequestAnimationFrame fir IE10 supportwout2014-01-311-0/+1
* Added `relative()`method for relative translationswout2014-01-302-0/+50
* Shortened arc objects in PathArraywout2014-01-292-6/+6
* Preparing SVG namespace when dom is loadedwout2014-01-291-13/+16
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-2913-133/+460