aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-1371-1121/+2165
* Spelling correctionsalbert-github2023-04-159-26/+26
* docs: Fix a few typosTim Gates2023-04-051-11/+11
* Merge pull request #1278 from HarryFaulkner/1277-use-single-quotes-for-maskWithUlrich-Matthias Schäfer2023-01-284-6/+6
|\
| * remove double quote from all 'url()' refs, update testsHarry Faulkner2022-08-214-6/+6
* | Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-131-1/+9
|\ \ | |/ |/|
| * Test case for Dom.clone() with assignNewIds = falsePhilippe Bernard2020-10-141-1/+9
* | Add parameter "options" to EventTarget.off()Mario Schlicht2022-01-181-0/+11
* | Add regression test for #1235Morgan Harris2021-11-231-0/+1
* | Return null if `until` not in parent chainMorgan Harris2021-11-231-0/+14
* | Add test for closest matching parentMorgan Harris2021-11-231-0/+13
* | fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-271-30/+39
* | fix group move bug when group contains elements without dimensions, update depsUlrich-Matthias Schäfer2021-06-131-1/+18
* | fix: change domain name to svgjs.devWout2021-06-091-1/+1
* | typos (#1179)ordago2020-12-1718-35/+35
* | add more elliptical arc flag parsing test coverageMike Wilkerson2020-12-121-1/+9
* | fix for arc flags parsingMike Wilkerson2020-12-121-0/+26
|/
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-271-0/+6
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-053-56/+108
* added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-202-266/+274
* make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-091-1/+1
* close tags in tests so that svgdom is satisfiedUlrich-Matthias Schäfer2020-05-094-7/+7
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-0447-9028/+251
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-033-664/+1793
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-017-66/+1057
* finish tests for SVGNumberUlrich-Matthias Schäfer2020-04-291-2/+43
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-295-6/+334
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-291-12/+183
* added tests for List.jsUlrich-Matthias Schäfer2020-04-291-0/+85
* finish color testsUlrich-Matthias Schäfer2020-04-292-16/+194
* finished specs for Box.js and made zoom handle level 0 correctly + make it mo...Ulrich-Matthias Schäfer2020-04-291-99/+206
* added tests for transform.js, migrated tests for v3 of types to esm testsUlrich-Matthias Schäfer2020-04-2820-1006/+1580
* added tests for sugar.jsUlrich-Matthias Schäfer2020-04-261-0/+430
* added tests for data.js and memory.js, enhanced data function to work like cs...Ulrich-Matthias Schäfer2020-04-263-12/+170
* added tests for css.jsUlrich-Matthias Schäfer2020-04-261-0/+107
* added tests for class.jsUlrich-Matthias Schäfer2020-04-261-0/+82
* add tests for selector and arrange, simplifed front() and back()Ulrich-Matthias Schäfer2020-04-262-0/+295
* sort out unused regex, add parser and regex tests, fix textable testsUlrich-Matthias Schäfer2020-04-256-18/+289
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-232-3/+1
* make tests svgdom readyUlrich-Matthias Schäfer2020-04-167-44/+49
* added tests for pointed.js and poly.jsUlrich-Matthias Schäfer2020-04-113-0/+197
* added tests for circled.js and gradiented.jsUlrich-Matthias Schäfer2020-04-112-0/+137
* added tests for attr()Ulrich-Matthias Schäfer2020-04-112-1/+128
* added tests to cover all branchesUlrich-Matthias Schäfer2020-04-109-1/+132
* added even more testsUlrich-Matthias Schäfer2020-04-109-1/+307
* added tests for Polygon and PolylineUlrich-Matthias Schäfer2020-04-102-0/+70
* added tests for PatternUlrich-Matthias Schäfer2020-04-101-0/+76
* remove targets from Path because its in TextPath alreadyUlrich-Matthias Schäfer2020-04-101-9/+0
* added tests for PathUlrich-Matthias Schäfer2020-04-102-11/+223
* added tests for MaskUlrich-Matthias Schäfer2020-04-102-1/+96