aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* This is a big one...Ulrich-Matthias Schäfer2020-03-2834-214/+274
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-082-6/+10
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-0127-119/+119
* 1023 - hide parser from screen readersSimon Lenz2019-07-271-0/+1
* Added tests for 0 value width/height wrong path scalingValentin2019-05-091-1/+1
* Fixed path transformation when box width or height is 0Valentin2019-05-061-0/+5
* fix transform getter when something is 0. Make sure only needed files are upl...Ulrich-Matthias Schäfer2019-04-261-1/+1
* Merge pull request #966 from michAtEl/issue-964Ulrich-Matthias Schäfer2019-04-011-1/+15
|\
| * bugfix for issue 964Michael Becker2019-02-231-1/+15
* | Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-2732-32/+32
|/
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-184-2/+22
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-224-20/+45
* speed up zoom function for non-FF BrowserUlrich-Matthias Schäfer2019-01-181-14/+16
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-145-34/+27
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-5/+27
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-141-2/+1
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-131-0/+5
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-133-13/+18
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-129-52/+93
* Avoid for..of loopErik Demaine2018-12-141-1/+2
* Bug fixErik Demaine2018-12-141-3/+5
* Fix missing comma, lintErik Demaine2018-12-141-2/+2
* Add PointArray.transform by analogy to Point.transformErik Demaine2018-12-131-0/+14
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-128-36/+77
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-077-57/+129
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-054-24/+43
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-039-17/+60
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-035-3/+14
* Release 3.0.03.0.0Ulrich-Matthias Schäfer2018-12-011-1/+1
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-011-1/+2
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-012-12/+18
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-0129-230/+567
|\
| * Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-0119-208/+368
| |\
| | * clamp values in toHex, tests, replace for of with for inUlrich-Matthias Schäfer2018-12-011-8/+11
| | * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-3018-186/+320
| | |\
| | * | Fix bug when converting black to cymk spaceUlrich-Matthias Schäfer2018-11-261-0/+6
| | * | Make color-animation work in all spaces (conversion bugs still there)Ulrich-Matthias Schäfer2018-11-264-13/+23
| | * | fix Morphable so that it works with color spaces. It prefers the `to` space o...Ulrich-Matthias Schäfer2018-11-252-3/+10
| * | | Implemented random colors and added back the playgroundsSaivan2018-12-021-9/+64
| |/ /
| * | Finished off the color spaces, we are all green!Saivan2018-11-261-204/+131
| * | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-2668-3994/+1994
| * | Updated all of the color modules and old tests are passing againSaivan2018-11-251-109/+412
| * | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-2568-2039/+4079
* | | add back move and dmove for groupsUlrich-Matthias Schäfer2018-12-011-0/+26
* | | dont generate esm bundle anymore and link to src/main.js directly. Move bower...Ulrich-Matthias Schäfer2018-12-012-5/+5
| |/ |/|
* | run buildUlrich-Matthias Schäfer2018-11-281-1/+1
* | add tests for all exports of adopterUlrich-Matthias Schäfer2018-11-281-6/+12
* | plumber differences between node and browser so that tests run on bothUlrich-Matthias Schäfer2018-11-283-12/+41
* | Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-286-13/+115
* | fix bugs in runner, fix importsUlrich-Matthias Schäfer2018-11-263-7/+7