aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-1218-200/+94
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-1127-33/+140
* add registering for forgotten classesUlrich-Matthias Schäfer2018-11-095-3/+19
* Merge pull request #924 from svgdotjs/796-add-attribute-syntaxUlrich-Matthias Schäfer2018-11-0926-158/+213
|\
| * added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-0826-158/+213
|/
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-0832-97/+171
* `fill()` and `stroke()` return the fill and stroke attribute when called as g...Ulrich-Matthias Schäfer2018-11-085-9/+7
* added `ax(), ay(), amove()` to change texts x and y values directly (#787)Ulrich-Matthias Schäfer2018-11-083-1/+25
* `SVG.Text.rebuild()` now takes every font-size into account (#512)Ulrich-Matthias Schäfer2018-11-083-3/+11
* implements `round()` (#916)Ulrich-Matthias Schäfer2018-11-084-1/+59
* add test for array getter of attrUlrich-Matthias Schäfer2018-11-082-0/+14
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-085-29/+41
* add styletagsUlrich-Matthias Schäfer2018-11-086-1/+127
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-0811-201/+165
* added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...Ulrich-Matthias Schäfer2018-11-0811-425/+483
* clone() does not insert the clone into the dom anymore, added beziere() and s...Ulrich-Matthias Schäfer2018-11-078-36/+130
* update changelowUlrich-Matthias Schäfer2018-11-071-5/+4
* fix mistake in testUlrich-Matthias Schäfer2018-11-071-6/+6
* fix travis ymlUlrich-Matthias Schäfer2018-11-071-1/+1
* add chrome to travisUlrich-Matthias Schäfer2018-11-071-1/+2
* fix the export/import function and enhance itUlrich-Matthias Schäfer2018-11-072-45/+133
* Merge branch '875-es6' into 3.0.0Ulrich-Matthias Schäfer2018-11-07165-22491/+15220
|\
| * remove other builds because of bloat for now until fixedUlrich-Matthias Schäfer2018-11-076-6788/+290
| * reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0681-3486/+10025
| * removed unused comments and filesUlrich-Matthias Schäfer2018-11-0521-2908/+1881
| * make one test pass in travisUlrich-Matthias Schäfer2018-11-053-4/+1
| * Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-0588-10330/+1686
| * rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-0528-1255/+1286
| * forgot about memory testsUlrich-Matthias Schäfer2018-11-049-59/+28
| * Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-0451-1944/+2085
| * fix even more testsUlrich-Matthias Schäfer2018-11-0424-411/+353
| * implement registerMethods(), introduce real arrays for modern browsers, fix s...Ulrich-Matthias Schäfer2018-11-0447-1497/+2190
| * fix a few mistakes. Make sugar work. Roll back to childNodes because children...Ulrich-Matthias Schäfer2018-11-0110-214/+441
| * introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-0148-1791/+1834
| * setup rollup to build minimized file and report statsUlrich-Matthias Schäfer2018-10-288-12104/+7508
| * resolve last circular dependencies, make rollup workUlrich-Matthias Schäfer2018-10-2730-5787/+12659
| * resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-2767-2685/+1641
| * rename filesUlrich-Matthias Schäfer2018-10-262-0/+0
| * convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-2566-3796/+3863
| * Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-2538-0/+0
* | Merge pull request #921 from nobuti/915-modifiersUlrich-Matthias Schäfer2018-10-275-153/+188
|\ \ | |/ |/|
| * Code review takennobuti2018-10-274-18/+14
| * Buildnobuti2018-10-273-10/+13
| * Fix specsnobuti2018-10-271-17/+30
| * Loop through all children executing modifiersnobuti2018-10-271-7/+10
| * Buildnobuti2018-10-263-151/+122
| * Added some testsnobuti2018-10-261-0/+38
| * Modifiers implementation on getternobuti2018-10-261-2/+13
|/
* fix testsUlrich-Matthias Schäfer2018-10-1814-3205/+3072
* fix readmeUlrich-Matthias Schäfer2018-10-181-8/+0