| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | sort out unused regex, add parser and regex tests, fix textable tests | Ulrich-Matthias Schäfer | 2020-04-25 | 6 | -18/+289 |
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 2 | -3/+1 |
* | make tests svgdom ready | Ulrich-Matthias Schäfer | 2020-04-16 | 7 | -44/+49 |
* | added tests for pointed.js and poly.js | Ulrich-Matthias Schäfer | 2020-04-11 | 3 | -0/+197 |
* | added tests for circled.js and gradiented.js | Ulrich-Matthias Schäfer | 2020-04-11 | 2 | -0/+137 |
* | added tests for attr() | Ulrich-Matthias Schäfer | 2020-04-11 | 2 | -1/+128 |
* | added tests to cover all branches | Ulrich-Matthias Schäfer | 2020-04-10 | 9 | -1/+132 |
* | added even more tests | Ulrich-Matthias Schäfer | 2020-04-10 | 9 | -1/+307 |
* | added tests for Polygon and Polyline | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -0/+70 |
* | added tests for Pattern | Ulrich-Matthias Schäfer | 2020-04-10 | 1 | -0/+76 |
* | remove targets from Path because its in TextPath already | Ulrich-Matthias Schäfer | 2020-04-10 | 1 | -9/+0 |
* | added tests for Path | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -11/+223 |
* | added tests for Mask | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -1/+96 |
* | added tests for Line | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -2/+106 |
* | added tests for Image | Ulrich-Matthias Schäfer | 2020-04-09 | 2 | -1/+118 |