summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-5/+0
| | | | | - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. - fixed center commands (cx, cy, center) of text so that it moves text always by the center.
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed ↵3.0.10Ulrich-Matthias Schäfer2019-01-142-2/+4
| | | | font-family and size from the defaults list
* Fix move and size of groups, removed setting of a default font so we dont ↵Ulrich-Matthias Schäfer2019-01-121-0/+1
| | | | act against user intention, fixed bug in `font()`
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-122-14/+4
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-1/+1
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-032-1/+3
|
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-11/+17
|
* Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-301-1/+12
|\
| * add register for insertBefore and insertAfterUlrich-Matthias Schäfer2018-11-201-1/+12
| |
* | Make color-animation work in all spaces (conversion bugs still there)Ulrich-Matthias Schäfer2018-11-261-1/+1
| | | | | | | | | | | | | | - Make sure _d is always defined - Clean up object before init - Check space in array - Use passed space instead of space in object if available
* | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-2616-685/+343
| | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again
* | Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-2516-343/+697
|/ | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-3/+3
|
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-171-1/+0
|
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-2/+0
|
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-121-2/+2
|
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+4
|
* make List return new lists on method calls, add map to array polyfill so ↵Ulrich-Matthias Schäfer2018-11-121-8/+9
| | | | that this works, fix runner
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-124-17/+9
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-114-0/+13
| | | | make sure that init functions are chaninable
* `fill()` and `stroke()` return the fill and stroke attribute when called as ↵Ulrich-Matthias Schäfer2018-11-081-1/+1
| | | | getter (#789)
* added `ax(), ay(), amove()` to change texts x and y values directly (#787)Ulrich-Matthias Schäfer2018-11-081-0/+12
|
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-081-10/+0
|
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-085-10/+8
|
* added insertAfter/Before, introduce attrHooks, move few methods, ↵Ulrich-Matthias Schäfer2018-11-084-16/+61
| | | | SVG.Text.textPath returns first textPath child now
* clone() does not insert the clone into the dom anymore, added beziere() and ↵Ulrich-Matthias Schäfer2018-11-071-1/+1
| | | | steps() to generate easing functions
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0619-0/+1013