| Commit message (Expand) | Author | Age | Files | Lines |
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 1 | -6/+6 |
* | fix css, dont throw when screenCtm fails (fixes #968) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -7/+0 |
* | allow + as delemiter in paths (fixes #1165) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -2/+3 |
* | doscontinue use of svgjs:data in favor of data-svg | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+2 |
* | fix import of leading, dont write data to dom if not neccessary | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+16 |
* | allow nodes that are not imported yet (fixes #1252) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -2/+3 |
* | skip descriptive elements on rebuild and toParent | Ulrich-Matthias Schäfer | 2023-09-02 | 1 | -0/+4 |
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 5 | -83/+91 |
* | Spelling corrections | albert-github | 2023-04-15 | 1 | -1/+1 |
* | this time for real revert package lock | Daniel | 2021-09-22 | 1 | -5/+1 |
* | Revert "remove old code" | Daniel | 2021-09-22 | 1 | -1/+2 |
* | Revert "remove old code" | Daniel | 2021-09-22 | 1 | -0/+3 |
* | reverted package lock and edit nodeOrNew | Daniel | 2021-09-22 | 1 | -1/+1 |
* | remove old code | Daniel | 2021-09-22 | 1 | -4/+0 |
* | check 'ownerDocument' in node in nodeOrNew | Daniel Kern | 2021-09-20 | 1 | -1/+2 |
* | new | Daniel Kern | 2021-09-20 | 1 | -4/+4 |
* | nodeornew | Daniel Kern | 2021-09-20 | 1 | -0/+3 |
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 3 | -27/+37 |
* | typos (#1179) | ordago | 2020-12-17 | 1 | -1/+1 |
* | fix for arc flags parsing | Mike Wilkerson | 2020-12-12 | 1 | -1/+4 |
* | fix `clone()` to return the correct instance (#1154) | Ulrich-Matthias Schäfer | 2020-09-27 | 1 | -2/+3 |
* | fix path parsing (#1145) | Ulrich-Matthias Schäfer | 2020-09-05 | 1 | -0/+234 |
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor... | Ulrich-Matthias Schäfer | 2020-05-04 | 1 | -36/+4 |
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 1 | -2/+2 |
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -0/+4 |
* | fixed put and adopter, added tests to cover it | Ulrich-Matthias Schäfer | 2020-03-29 | 1 | -3/+5 |
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 2 | -25/+41 |
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 3 | -7/+7 |
* | Fix move and size of groups, removed setting of a default font so we dont act... | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -0/+24 |
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 1 | -2/+2 |
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 2 | -2/+2 |
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+1 |
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 3 | -5/+7 |
|\ |
|
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 3 | -34/+48 |
| |\ |
|
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 4 | -209/+95 |
| * | | Changed the esLint rules to avoid silly ternary operators, and to let code br... | Saivan | 2018-11-25 | 4 | -96/+212 |
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move bower... | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -3/+3 |
| |/
|/| |
|
* | | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -1/+1 |
* | | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -6/+12 |
* | | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -0/+23 |
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -12/+3 |
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -7/+4 |
* | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -12/+9 |
|/ |
|
* | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -0/+14 |
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -14/+11 |
* | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 2 | -0/+13 |
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 |
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+23 |
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+7 |
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 3 | -0/+243 |