aboutsummaryrefslogtreecommitdiffstats
path: root/src/svg.js
Commit message (Expand)AuthorAgeFilesLines
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-15/+6
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-37/+6
* `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-7/+3
* ids are not generated upon creation anymoreUlrich-Matthias Schäfer2017-04-231-6/+1
* changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-221-1/+1
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-04-221-2/+2
|\
| * added `options` to `on()`, back to sloppy mode2.6.0Ulrich-Matthias Schäfer2017-04-211-3/+1
| * changing to strict mode - some failures occurdotnetCarpenter2017-04-111-1/+3
| * clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-291-2/+2
| * onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...Ulrich-Matthias Schäfer2017-03-211-1/+1
| * prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-181-1/+1
* | prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-181-1/+1
* | removing SVG.Set completelyUlrich-Matthias Schäfer2017-03-161-4/+0
* | remove feature to set style with css stringUlrich-Matthias Schäfer2017-03-161-1/+7
|/
* Fix offset produced by svg parser (#553)Ulrich-Matthias Schäfer2017-03-081-1/+1
* doublecheck SVG.parser, use svg element which is not in the dom (#471)Ulrich-Matthias Schäfer2016-04-021-2/+12
* fix parser error (#471) and small bug in SVG.Color with new fxUlrich-Matthias Schäfer2016-04-011-14/+10
* added check for existence of node (fix #431)Ulrich-Matthias Schäfer2015-12-231-0/+3
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-0/+4
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-041-6/+6
* fix typo (finally)dhardtke2015-09-061-3/+3
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-1/+1
* Typo'swout2014-08-191-2/+2
* Added svg import / export functionaltywout2014-08-011-4/+4
* Various small fixeswout2014-07-251-22/+54
* Moved SVG.invent to main svg.js filewout2014-07-231-0/+24
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-1/+1
* Removed all structural referenceswout2014-06-211-1/+1
* Added marker, symbol and dynamic referencingwout2014-06-171-6/+0
* Bumped to version 1.0.0-rc.7wout2014-06-111-3/+3
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to...wout2014-02-141-2/+6
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-17/+13
* Leaner parserwout2014-02-021-18/+4
* Shortened arc objects in PathArraywout2014-01-291-1/+1
* Preparing SVG namespace when dom is loadedwout2014-01-291-13/+16
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-2/+32
* Bumped to v0.33wout2014-01-221-0/+0
* Added SVG.Set adn bumped to v0.24wout2013-07-011-0/+4
* Reworked arrange module, <defs> always on topwout2013-06-271-6/+0
* Bug fix: recreating defs after clear()0.12wout2013-03-281-1/+1
* Bumped to v0.11wout2013-03-241-2/+8
* Bumped to v0.9, added better style management, text support and extended anim...0.10wout2013-03-091-41/+45
* Animatable fill() and stroke()wout2013-03-061-3/+13
* Bumped to v0.7 with reworked id sequence, attr nullifier, and various other f...wout2013-02-271-5/+15
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-9/+9
* Added support testwout2013-02-151-8/+17
* Reworked SVG.Container inheritancewout2013-02-021-10/+2
* Fix in arrange modulewout2013-01-291-1/+1
* Modified extension method to include all SVG.Container elementswout2013-01-291-4/+14