Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed path transformation when box width or height is 0 | Valentin | 2019-05-06 | 1 | -0/+5 | |
|/ | ||||||
* | fix transform getter when something is 0. Make sure only needed files are ↵ | Ulrich-Matthias Schäfer | 2019-04-26 | 2 | -1/+6 | |
| | | | | uploaded to npm | |||||
* | Merge pull request #985 from JanMisker/patch-1 | Ulrich-Matthias Schäfer | 2019-04-11 | 1 | -1/+1 | |
|\ | | | | | Update CHANGELOG.md | |||||
| * | Update CHANGELOG.md | JanMisker | 2019-04-11 | 1 | -1/+1 | |
|/ | | | Back to the future... (sorry couldn't help to correct a minor typo in the date of 3.0.5) | |||||
* | Merge pull request #966 from michAtEl/issue-964 | Ulrich-Matthias Schäfer | 2019-04-01 | 3 | -1/+128 | |
|\ | | | | | bugfix for issue #964 | |||||
| * | bugfix for issue 964 | Michael Becker | 2019-02-23 | 3 | -1/+128 | |
| | | ||||||
* | | Merge pull request #974 from cmidt-veasna/update-typescript-definition | Ulrich-Matthias Schäfer | 2019-03-01 | 1 | -86/+133 | |
|\ \ | | | | | | | Update typescript definition file. | |||||
| * | | Update typescript definition file. | Veasna Sreng | 2019-03-01 | 1 | -86/+133 | |
|/ / | ||||||
* / | Register classes explicitly instead of relying on `Function.name` because ↵ | Ulrich-Matthias Schäfer | 2019-02-27 | 32 | -32/+32 | |
|/ | | | | classes could be renamed | |||||
* | bump version number3.0.12 | Ulrich-Matthias Schäfer | 2019-02-19 | 2 | -2/+3 | |
| | ||||||
* | cleanup of .d.ts (#960) | kabentley | 2019-02-19 | 1 | -322/+1145 | |
| | | | | Big kudos to @kabentley for fixing the d.ts file | |||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 6 | -2/+78 | |
| | ||||||
* | Merge pull request #957 from kabentley/use-umd | Ulrich-Matthias Schäfer | 2019-02-12 | 1 | -227/+190 | |
|\ | | | | | cleanup of d.ts | |||||
| * | fix SVGNumber and SVGArray | Keith Bentley | 2019-02-12 | 1 | -181/+127 | |
| | | ||||||
| * | Merge branch 'master' into use-umd | Keith Bentley | 2019-02-12 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Merge pull request #1 from svgdotjs/master | kabentley | 2019-02-11 | 2 | -524/+319 | |
| | |\ | |_|/ |/| | | sync | |||||
* | | | Merge pull request #956 from kabentley/use-umd | Ulrich-Matthias Schäfer | 2019-02-11 | 2 | -524/+319 | |
|\ \ \ | |_|/ |/| | | Update .d.ts file with changes for 3.0, fix browser key in package.json | |||||
| | * | Cleanup of d.ts | Keith Bentley | 2019-02-12 | 1 | -62/+79 | |
| |/ | ||||||
| * | two constructors for PathArray | Keith Bentley | 2019-02-11 | 1 | -2/+1 | |
| | | ||||||
| * | missed constructors on Matrix and PathArray | Keith Bentley | 2019-02-11 | 1 | -0/+2 | |
| | | ||||||
| * | 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 | |
| | | | | | - 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. | |||||
* | 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 ↵3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 7 | -36/+47 | |
| | | | | font-family and size from the defaults list | |||||
* | 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 ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 11 | -68/+228 | |
| | | | | act against user intention, fixed bug in `font()` | |||||
* | Merge pull request #947 from idready/master | Ulrich-Matthias Schäfer | 2018-12-30 | 1 | -2/+2 | |
|\ | | | | | Correct words | |||||
| * | 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 | |
|\ | | | | | Add PointArray.transform by analogy to Point.transform | |||||
| * | 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 | |
| |