summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Add testsErik Demaine2018-12-141-0/+28
| |
| * 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-1216-42/+235
|
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-0710-59/+158
|
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-056-25/+53
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-0311-20/+74
|
* Release 3.0.13.0.1Ulrich-Matthias Schäfer2018-12-031-1/+1
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-039-181/+233
|
* Release 3.0.03.0.0Ulrich-Matthias Schäfer2018-12-012-2/+60
|
* Make sure, that install notes are correctUlrich-Matthias Schäfer2018-12-011-5/+4
|
* cleaup readme, the info is in the docsUlrich-Matthias Schäfer2018-12-011-32/+0
|
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-014-48/+61
|
* Its obvious that these Issue templates were notes...Saivan2018-12-013-3/+3
|
* Updated the issue templates to have multiple possibilitiesSaivan2018-12-014-56/+34
|
* Update issue templatessaivan2018-12-011-0/+46
|
* Added a contributing and issue template guideSaivan2018-12-012-0/+74
|
* correct scriptUlrich-Matthias Schäfer2018-12-011-3/+3
|
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-0113-981/+31
|
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-0144-358/+3946
|\
| * Merge pull request #939 from svgdotjs/791-random-colorsUlrich-Matthias Schäfer2018-12-0112-102/+3178
| |\ | | | | | | Implemented random colors and added back the playgrounds
| | * Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-0176-8920/+17597
| | |\ | | |/ | |/|
| * | clamp values in toHex, tests, replace for of with for inUlrich-Matthias Schäfer2018-12-012-40/+51
| | |
| * | Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-3075-8046/+15809
| |\ \
| * | | Fix bug when converting black to cymk spaceUlrich-Matthias Schäfer2018-11-262-1/+13
| | | |
| * | | Make color-animation work in all spaces (conversion bugs still there)Ulrich-Matthias Schäfer2018-11-265-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | fix Morphable so that it works with color spaces. It prefers the `to` space ↵Ulrich-Matthias Schäfer2018-11-254-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | over the `from` space - _d is initialized to 0 so toArray does not give you undefined - fix tests
| | | * Implemented random colors and added back the playgroundsSaivan2018-12-0213-1834/+4057
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds back the playgrounds and the npm demo. We also implemented a few methods to generate pretty random colors. Changes ======= - Added back the playgrounds and the npm demos - Implemented a few random color generators
| * | Finished off the color spaces, we are all green!Saivan2018-11-262-219/+250
| | | | | | | | | | | | | | | | | | | | | | | | We now have tested and working color spaces, isn't that nice! Changes ======= - All color spaces are working