| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing dmove for nested svgs (https://github.com/svgdotjs/svg.draggable.js/is... | Ulrich-Matthias Schäfer | 2024-06-27 | 1 | -0/+54 |
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 3 | -12/+14 |
* | Merge pull request #1238 from gormster/1237-list-expose-builtin-array-methods | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+29 |
|\ |
|
| * | Add a test to check that the new and original methods both work | Morgan Harris | 2021-11-24 | 1 | -0/+15 |
| * | Allow access to original Array.prototype methods on List prefixed with $ | Morgan Harris | 2021-11-24 | 1 | -0/+14 |
* | | fix css, dont throw when screenCtm fails (fixes #968) | Ulrich-Matthias Schäfer | 2023-09-03 | 2 | -17/+5 |
* | | allow + as delemiter in paths (fixes #1165) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+6 |
* | | doscontinue use of svgjs:data in favor of data-svg | Ulrich-Matthias Schäfer | 2023-09-03 | 3 | -33/+22 |
* | | fix import of leading, dont write data to dom if not neccessary | Ulrich-Matthias Schäfer | 2023-09-03 | 3 | -7/+31 |
* | | support css vars (fixes #1230) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+23 |
* | | only apply color conversion to attributes that can take a color (fixes #1241) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+7 |
* | | allow nodes that are not imported yet (fixes #1252) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+13 |
* | | skip descriptive elements on rebuild and toParent | Ulrich-Matthias Schäfer | 2023-09-02 | 2 | -3/+10 |
* | | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 71 | -1121/+2165 |
* | | Spelling corrections | albert-github | 2023-04-15 | 9 | -26/+26 |
* | | docs: Fix a few typos | Tim Gates | 2023-04-05 | 1 | -11/+11 |
* | | Merge pull request #1278 from HarryFaulkner/1277-use-single-quotes-for-maskWith | Ulrich-Matthias Schäfer | 2023-01-28 | 4 | -6/+6 |
|\ \ |
|
| * | | remove double quote from all 'url()' refs, update tests | Harry Faulkner | 2022-08-21 | 4 | -6/+6 |
* | | | Clone without assigning new IDs | Ulrich-Matthias Schäfer | 2022-12-13 | 1 | -1/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | Test case for Dom.clone() with assignNewIds = false | Philippe Bernard | 2020-10-14 | 1 | -1/+9 |
* | | | Add parameter "options" to EventTarget.off() | Mario Schlicht | 2022-01-18 | 1 | -0/+11 |
| |/
|/| |
|
* | | Add regression test for #1235 | Morgan Harris | 2021-11-23 | 1 | -0/+1 |
* | | Return null if `until` not in parent chain | Morgan Harris | 2021-11-23 | 1 | -0/+14 |
* | | Add test for closest matching parent | Morgan Harris | 2021-11-23 | 1 | -0/+13 |
* | | fixed issues when animating css, updated deps | Ulrich-Matthias Schäfer | 2021-10-27 | 1 | -30/+39 |
* | | fix group move bug when group contains elements without dimensions, update deps | Ulrich-Matthias Schäfer | 2021-06-13 | 1 | -1/+18 |
* | | fix: change domain name to svgjs.dev | Wout | 2021-06-09 | 1 | -1/+1 |
* | | typos (#1179) | ordago | 2020-12-17 | 18 | -35/+35 |
* | | add more elliptical arc flag parsing test coverage | Mike Wilkerson | 2020-12-12 | 1 | -1/+9 |
* | | fix for arc flags parsing | Mike Wilkerson | 2020-12-12 | 1 | -0/+26 |
|/ |
|
* | fix `clone()` to return the correct instance (#1154) | Ulrich-Matthias Schäfer | 2020-09-27 | 1 | -0/+6 |
* | fix path parsing (#1145) | Ulrich-Matthias Schäfer | 2020-09-05 | 3 | -56/+108 |
* | added geometry and positioning methods to `A` (#1110) | Ulrich-Matthias Schäfer | 2020-05-20 | 2 | -266/+274 |
* | make targets for textPath work when no href is set | Ulrich-Matthias Schäfer | 2020-05-09 | 1 | -1/+1 |
* | close tags in tests so that svgdom is satisfied | Ulrich-Matthias Schäfer | 2020-05-09 | 4 | -7/+7 |
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor... | Ulrich-Matthias Schäfer | 2020-05-04 | 47 | -9028/+251 |
* | 99% line coverage - BAAAAM | Ulrich-Matthias Schäfer | 2020-05-03 | 3 | -664/+1793 |
* | added specs for animation files except runner, fixed a few things | Ulrich-Matthias Schäfer | 2020-05-01 | 7 | -66/+1057 |
* | finish tests for SVGNumber | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -2/+43 |
* | finished tests for Point, PointArray, PathArray and SVGArray | Ulrich-Matthias Schäfer | 2020-04-29 | 5 | -6/+334 |
* | finish tests for Matrix.js | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -12/+183 |
* | added tests for List.js | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -0/+85 |
* | finish color tests | Ulrich-Matthias Schäfer | 2020-04-29 | 2 | -16/+194 |
* | finished specs for Box.js and made zoom handle level 0 correctly + make it mo... | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -99/+206 |
* | added tests for transform.js, migrated tests for v3 of types to esm tests | Ulrich-Matthias Schäfer | 2020-04-28 | 20 | -1006/+1580 |
* | added tests for sugar.js | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -0/+430 |
* | added tests for data.js and memory.js, enhanced data function to work like cs... | Ulrich-Matthias Schäfer | 2020-04-26 | 3 | -12/+170 |
* | added tests for css.js | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -0/+107 |
* | added tests for class.js | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -0/+82 |
* | add tests for selector and arrange, simplifed front() and back() | Ulrich-Matthias Schäfer | 2020-04-26 | 2 | -0/+295 |