| Commit message (Expand) | Author | Age | Files | Lines |
* | revert to iife for bundle. Set "browser" to src/main.js in package.json | Keith Bentley | 2019-02-11 | 3 | -448/+291 |
* | Bare -> Dom | Keith Bentley | 2019-02-10 | 1 | -3/+3 |
* | more cleanup of svg.js.d.ts | Keith Bentley | 2019-02-10 | 1 | -59/+28 |
* | use umd format in rollup. | Keith Bentley | 2019-02-08 | 2 | -116/+98 |
* | fix travis test | Ulrich-Matthias Schäfer | 2019-01-22 | 1 | -2/+2 |
* | bump version number3.0.11 | Ulrich-Matthias Schäfer | 2019-01-22 | 1 | -1/+1 |
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 6 | -49/+75 |
* | speed up zoom function for non-FF Browser | Ulrich-Matthias Schäfer | 2019-01-18 | 2 | -32/+45 |
* | correct wrong year in changelog | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -6/+6 |
* | fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 7 | -36/+47 |
* | fixed `textPath()` and `path().text()` | Ulrich-Matthias Schäfer | 2019-01-14 | 4 | -9/+68 |
* | renamed unit() to `convert()` to avoid name collision3.0.9 | Ulrich-Matthias Schäfer | 2019-01-14 | 3 | -3/+7 |
* | added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8 | Ulrich-Matthias Schäfer | 2019-01-13 | 3 | -2/+14 |
* | minor bugfix in bbox and performance changes3.0.7 | Ulrich-Matthias Schäfer | 2019-01-13 | 6 | -107/+118 |
* | Release 3.0.63.0.6 | Ulrich-Matthias Schäfer | 2019-01-12 | 2 | -2/+6 |
* | Fix move and size of groups, removed setting of a default font so we dont act... | Ulrich-Matthias Schäfer | 2019-01-12 | 11 | -68/+228 |
* | Merge pull request #947 from idready/master | Ulrich-Matthias Schäfer | 2018-12-30 | 1 | -2/+2 |
|\ |
|
| * | Correct words | idready | 2018-12-30 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #945 from edemaine/pointarray-transform | Ulrich-Matthias Schäfer | 2018-12-14 | 2 | -0/+45 |
|\ |
|
| * | Avoid for..of loop | Erik Demaine | 2018-12-14 | 1 | -1/+2 |
| * | Add tests | Erik Demaine | 2018-12-14 | 1 | -0/+28 |
| * | Bug fix | Erik Demaine | 2018-12-14 | 1 | -3/+5 |
| * | Fix missing comma, lint | Erik Demaine | 2018-12-14 | 1 | -2/+2 |
| * | Add PointArray.transform by analogy to Point.transform | Erik Demaine | 2018-12-13 | 1 | -0/+14 |
|/ |
|
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 16 | -42/+235 |
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 10 | -59/+158 |
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 6 | -25/+53 |
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 11 | -20/+74 |
* | Release 3.0.13.0.1 | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -1/+1 |
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 9 | -181/+233 |
* | Release 3.0.03.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -2/+60 |
* | Make sure, that install notes are correct | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -5/+4 |
* | cleaup readme, the info is in the docs | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -32/+0 |
* | applied fixes from 2.x branch | Ulrich-Matthias Schäfer | 2018-12-01 | 4 | -48/+61 |
* | Its obvious that these Issue templates were notes... | Saivan | 2018-12-01 | 3 | -3/+3 |
* | Updated the issue templates to have multiple possibilities | Saivan | 2018-12-01 | 4 | -56/+34 |
* | Update issue templates | saivan | 2018-12-01 | 1 | -0/+46 |
* | Added a contributing and issue template guide | Saivan | 2018-12-01 | 2 | -0/+74 |
* | correct script | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -3/+3 |
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 13 | -981/+31 |
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 44 | -358/+3946 |
|\ |
|
| * | Merge pull request #939 from svgdotjs/791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 12 | -102/+3178 |
| |\ |
|
| | * | Merge branch '790-color-spaces' into 791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 76 | -8920/+17597 |
| | |\
| | |/
| |/| |
|
| * | | clamp values in toHex, tests, replace for of with for in | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -40/+51 |
| * | | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 75 | -8046/+15809 |
| |\ \ |
|
| * | | | Fix bug when converting black to cymk space | Ulrich-Matthias Schäfer | 2018-11-26 | 2 | -1/+13 |
| * | | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 5 | -19/+45 |
| * | | | fix Morphable so that it works with color spaces. It prefers the `to` space o... | Ulrich-Matthias Schäfer | 2018-11-25 | 4 | -10/+22 |
| | | * | Implemented random colors and added back the playgrounds | Saivan | 2018-12-02 | 13 | -1834/+4057 |
| | |/
| |/| |
|
| * | | Finished off the color spaces, we are all green! | Saivan | 2018-11-26 | 2 | -219/+250 |