aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump version3.0.14Ulrich-Matthias Schäfer2019-10-313-22/+33
|
* Merge pull request #1026 from lenzls/1023-hide-from-screen-readersUlrich-Matthias Schäfer2019-07-272-35/+59
|\ | | | | #1023 - hide parser from screen readers
| * 1023 - update package-lock.jsonSimon Lenz2019-07-271-35/+58
| |
| * 1023 - hide parser from screen readersSimon Lenz2019-07-271-0/+1
|/
* bump version3.0.13Ulrich-Matthias Schäfer2019-06-122-1/+9
|
* Merge pull request #1004 from maxailloud/typescript-definition-file-cleaningUlrich-Matthias Schäfer2019-05-241-16/+16
|\ | | | | Typescript definition file cleaning
| * PathArray parse method's parameter should be optional to comply with the ↵Maxime AILLOUD2019-05-241-1/+1
| | | | | | | | parent class
| * Typescript definition file: add null as possible parameter for event binding ↵Maxime AILLOUD2019-05-241-15/+15
|/ | | | methods in Element class
* Merge pull request #992 from valentinradu/masterUlrich-Matthias Schäfer2019-05-092-0/+14
|\ | | | | Fixed path transformation when box width or height is 0
| * Added tests for 0 value width/height wrong path scalingValentin2019-05-092-1/+10
| |
| * 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 ↵Ulrich-Matthias Schäfer2019-04-262-1/+6
| | | | uploaded to npm
* Merge pull request #985 from JanMisker/patch-1Ulrich-Matthias Schäfer2019-04-111-1/+1
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdJanMisker2019-04-111-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-964Ulrich-Matthias Schäfer2019-04-013-1/+128
|\ | | | | bugfix for issue #964
| * bugfix for issue 964Michael Becker2019-02-233-1/+128
| |
* | Merge pull request #974 from cmidt-veasna/update-typescript-definitionUlrich-Matthias Schäfer2019-03-011-86/+133
|\ \ | | | | | | Update typescript definition file.
| * | Update typescript definition file.Veasna Sreng2019-03-011-86/+133
|/ /
* / Register classes explicitly instead of relying on `Function.name` because ↵Ulrich-Matthias Schäfer2019-02-2732-32/+32
|/ | | | classes could be renamed
* bump version number3.0.12Ulrich-Matthias Schäfer2019-02-192-2/+3
|
* cleanup of .d.ts (#960)kabentley2019-02-191-322/+1145
| | | | Big kudos to @kabentley for fixing the d.ts file
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-186-2/+78
|
* Merge pull request #957 from kabentley/use-umdUlrich-Matthias Schäfer2019-02-121-227/+190
|\ | | | | cleanup of d.ts
| * fix SVGNumber and SVGArrayKeith Bentley2019-02-121-181/+127
| |
| * Merge branch 'master' into use-umdKeith Bentley2019-02-120-0/+0
| |\
| | * Merge pull request #1 from svgdotjs/masterkabentley2019-02-112-524/+319
| | |\ | |_|/ |/| | sync
* | | Merge pull request #956 from kabentley/use-umdUlrich-Matthias Schäfer2019-02-112-524/+319
|\ \ \ | |_|/ |/| | Update .d.ts file with changes for 3.0, fix browser key in package.json
| | * Cleanup of d.tsKeith Bentley2019-02-121-62/+79
| |/
| * two constructors for PathArrayKeith Bentley2019-02-111-2/+1
| |
| * missed constructors on Matrix and PathArrayKeith Bentley2019-02-111-0/+2
| |
| * revert to iife for bundle. Set "browser" to src/main.js in package.jsonKeith Bentley2019-02-113-448/+291
| |
| * Bare -> DomKeith Bentley2019-02-101-3/+3
| |
| * more cleanup of svg.js.d.tsKeith Bentley2019-02-101-59/+28
| |
| * use umd format in rollup.Keith Bentley2019-02-082-116/+98
|/
* fix travis testUlrich-Matthias Schäfer2019-01-221-2/+2
|
* bump version number3.0.11Ulrich-Matthias Schäfer2019-01-221-1/+1
|
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-226-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 BrowserUlrich-Matthias Schäfer2019-01-182-32/+45
|
* correct wrong year in changelogUlrich-Matthias Schäfer2019-01-141-6/+6
|
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed ↵3.0.10Ulrich-Matthias Schäfer2019-01-147-36/+47
| | | | font-family and size from the defaults list
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-144-9/+68
|
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-143-3/+7
|
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-133-2/+14
|
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-136-107/+118
|
* Release 3.0.63.0.6Ulrich-Matthias Schäfer2019-01-122-2/+6
|
* Fix move and size of groups, removed setting of a default font so we dont ↵Ulrich-Matthias Schäfer2019-01-1211-68/+228
| | | | act against user intention, fixed bug in `font()`
* Merge pull request #947 from idready/masterUlrich-Matthias Schäfer2018-12-301-2/+2
|\ | | | | Correct words
| * Correct wordsidready2018-12-301-2/+2
|/
* Merge pull request #945 from edemaine/pointarray-transformUlrich-Matthias Schäfer2018-12-142-0/+45
|\ | | | | Add PointArray.transform by analogy to Point.transform
| * Avoid for..of loopErik Demaine2018-12-141-1/+2
| |