Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added tests for Circle | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -5/+4 | |
| | ||||||
* | fix defs and reference, tests for Element | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -14/+15 | |
| | ||||||
* | tests for EventTarget | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -10/+5 | |
| | ||||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 4 | -11/+56 | |
| | ||||||
* | added second parameter to `addTo` and `putIn`. Added deep clone parameter to ↵ | Ulrich-Matthias Schäfer | 2020-04-05 | 1 | -14/+14 | |
| | | | | `clone`. Tests for Dom | |||||
* | renamed removeNamespace() | Ulrich-Matthias Schäfer | 2020-04-04 | 2 | -3/+3 | |
| | ||||||
* | - fixed `put()` which correctly creates an svgjs object from the passed ↵ | Ulrich-Matthias Schäfer | 2020-04-03 | 3 | -36/+32 | |
| | | | | | | | | element now before returning - fixed `parent()` which correctly returns null if direct parent is the document or a document-fragment - fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086) - fixed `isRoot()` which correctly returns false, if the element is in a document-fragment | |||||
* | fixed put and adopter, added tests to cover it | Ulrich-Matthias Schäfer | 2020-03-29 | 2 | -4/+7 | |
| | ||||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 34 | -214/+274 | |
| | | | | | | | | | | | | | | | | | | | | ### Fixed - fixed `zoom()` method of runner which was passed a wrong parameter - fixed positioning methods of `TSpan` to position them by its bounding box - fixed `flip()` method which flips correctly by center by default now and accepts correct arguments - fixed a case in `rbox()` where not always all values of the box were updated - fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working - fixed positioning of text by its baseline when using `amove()` - fixed tons of typings in the svg.d.ts file ### Added - added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058) - added `unlink()` and `linker()` to hyperlinked elements to remove or access the underling `<a>` element - added `wrap()` method to `Dom` which lets you wrap an element by another one - added `orient()` method to `Marker` - added `options` parameter to `dispatch()` and `fire()` to allow for more special needs - added `newLine()` constructor to `Text` to create a tspan marked as new line (#1088) - added lots of tests in es6 format | |||||
* | bump version3.0.15 | Ulrich-Matthias Schäfer | 2019-11-08 | 2 | -6/+10 | |
| | | | | | | | | ### Fixed - allow object input of `when` and `delay` to `animate()` ### Added - added missing dmove function to runner | |||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 27 | -119/+119 | |
| | ||||||
* | 1023 - hide parser from screen readers | Simon Lenz | 2019-07-27 | 1 | -0/+1 | |
| | ||||||
* | Added tests for 0 value width/height wrong path scaling | Valentin | 2019-05-09 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | | | | uploaded to npm | |||||
* | Merge pull request #966 from michAtEl/issue-964 | Ulrich-Matthias Schäfer | 2019-04-01 | 1 | -1/+15 | |
|\ | | | | | bugfix for issue #964 | |||||
| * | bugfix for issue 964 | Michael Becker | 2019-02-23 | 1 | -1/+15 | |
| | | ||||||
* | | Register classes explicitly instead of relying on `Function.name` because ↵ | Ulrich-Matthias Schäfer | 2019-02-27 | 32 | -32/+32 | |
|/ | | | | classes could be renamed | |||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 4 | -2/+22 | |
| | ||||||
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 4 | -20/+45 | |
| | | | | | - 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 | 1 | -14/+16 | |
| | ||||||
* | fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed ↵3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 5 | -34/+27 | |
| | | | | font-family and size from the defaults list | |||||
* | fixed `textPath()` and `path().text()` | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -5/+27 | |
| | ||||||
* | renamed unit() to `convert()` to avoid name collision3.0.9 | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -2/+1 | |
| | ||||||
* | added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8 | Ulrich-Matthias Schäfer | 2019-01-13 | 1 | -0/+5 | |
| | ||||||
* | minor bugfix in bbox and performance changes3.0.7 | Ulrich-Matthias Schäfer | 2019-01-13 | 3 | -13/+18 | |
| | ||||||
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 9 | -52/+93 | |
| | | | | act against user intention, fixed bug in `font()` | |||||
* | Avoid for..of loop | Erik Demaine | 2018-12-14 | 1 | -1/+2 | |
| | ||||||
* | 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 | 8 | -36/+77 | |
| | ||||||
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 7 | -57/+129 | |
| | ||||||
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 4 | -24/+43 | |
| | ||||||
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 9 | -17/+60 | |
| | ||||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 5 | -3/+14 | |
| | ||||||
* | Release 3.0.03.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+1 | |
| | ||||||
* | applied fixes from 2.x branch | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+2 | |
| | ||||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -12/+18 | |
| | ||||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 29 | -230/+567 | |
|\ | ||||||
| * | Merge branch '790-color-spaces' into 791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 19 | -208/+368 | |
| |\ | ||||||
| | * | clamp values in toHex, tests, replace for of with for in | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -8/+11 | |
| | | | ||||||
| | * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 18 | -186/+320 | |
| | |\ | ||||||
| | * | | Fix bug when converting black to cymk space | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 4 | -13/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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äfer | 2018-11-25 | 2 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 playgrounds | Saivan | 2018-12-02 | 1 | -9/+64 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! | Saivan | 2018-11-26 | 1 | -204/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | | We now have tested and working color spaces, isn't that nice! Changes ======= - All color spaces are working | |||||
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 68 | -3994/+1994 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again | |||||
| * | | Updated all of the color modules and old tests are passing again | Saivan | 2018-11-25 | 1 | -109/+412 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the color modules, so that the old tests pass, we just need to modify the tests to test some of the new functionality (Since there was a lot of copy and paste work done haha) Changes ======= - Updated the color module to support a number of color spaces - Made sure all of the old tests are working again |