summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Typo'swout2014-08-191-2/+2
* Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using U...Alex Ewerlof2014-08-031-6/+0
* Removed node moduleswout2014-08-031-1/+1
* Added SVG.Bare for creation of non-described elementswout2014-08-017-97/+88
* Added svg import / export functionaltywout2014-08-013-7/+35
* Reworked sub-pixel offset fixwout2014-07-312-31/+12
* Added reverse functionality for animation loopswout2014-07-303-101/+107
* Added more control to SVG.Matrixwout2014-07-284-29/+41
* Installed Jasmin 2.0.1wout2014-07-269-232/+282
* Various small fixeswout2014-07-257-161/+158
* Moved SVG.invent to main svg.js filewout2014-07-233-46/+24
* Fix in rboxwout2014-07-201-6/+5
* Fixes a but in absolute positioning of groupswout2014-07-191-2/+2
* Added support for scale center on matriceswout2014-07-124-44/+36
* Eliminate matrix translation errorswout2014-07-123-8/+8
* Further debugging matrix new implementationwout2014-07-125-16/+18
* Completely reworked transform systemwout2014-07-1117-404/+612
* Added new SVG.Line class and working on SVG.Matrixwout2014-06-2810-201/+107
* Complete new clone() methodwout2014-06-262-32/+16
* Added more versatility to adopterwout2014-06-252-4/+6
* Added SVG.Circle, removed structural internal referenceswout2014-06-2512-83/+128
* Documented and added specs for new selector methodwout2014-06-212-8/+10
* Back on track with the specswout2014-06-212-6/+23
* Various reference fixeswout2014-06-213-7/+9
* Removed all structural referenceswout2014-06-2118-150/+209
* 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