| Commit message (Expand) | Author | Age | Files | Lines |
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -8/+6 |
* | typos (#1179) | ordago | 2020-12-17 | 1 | -1/+1 |
* | fix `clone()` to return the correct instance (#1154) | Ulrich-Matthias Schäfer | 2020-09-27 | 1 | -1/+1 |
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor... | Ulrich-Matthias Schäfer | 2020-05-04 | 1 | -3/+4 |
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 1 | -47/+56 |
* | tests for EventTarget | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -1/+1 |
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -9/+15 |
* | added second parameter to `addTo` and `putIn`. Added deep clone parameter to ... | Ulrich-Matthias Schäfer | 2020-04-05 | 1 | -14/+14 |
* | renamed removeNamespace() | Ulrich-Matthias Schäfer | 2020-04-04 | 1 | -2/+2 |
* | - fixed `put()` which correctly creates an svgjs object from the passed elem... | Ulrich-Matthias Schäfer | 2020-04-03 | 1 | -0/+6 |
* | fixed put and adopter, added tests to cover it | Ulrich-Matthias Schäfer | 2020-03-29 | 1 | -1/+2 |
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 1 | -12/+16 |
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 1 | -4/+4 |
* | Register classes explicitly instead of relying on `Function.name` because cla... | Ulrich-Matthias Schäfer | 2019-02-27 | 1 | -1/+1 |
* | fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -2/+2 |
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 1 | -3/+0 |
* | 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 |
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -2/+2 |
|\ |
|
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 1 | -1/+14 |
| |\ |
|
| * | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 |
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 1 | -181/+85 |
| * | | Changed the esLint rules to avoid silly ternary operators, and to let code br... | Saivan | 2018-11-25 | 1 | -86/+182 |
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move bower... | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -2/+2 |
| |/
|/| |
|
* | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 |
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -1/+14 |
|/ |
|
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -1/+1 |
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -1/+2 |
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -5/+0 |
* | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -3/+4 |
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -6/+4 |
* | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -1/+3 |
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 1 | -1/+4 |
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+5 |
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+19 |
* | clone() does not insert the clone into the dom anymore, added beziere() and s... | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -9/+2 |
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -22/+70 |
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+242 |