aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-092-2/+2
* close tags in tests so that svgdom is satisfiedUlrich-Matthias Schäfer2020-05-094-7/+7
* Merge pull request #1106 from pragdave/some-type-based-tidyingUlrich-Matthias Schäfer2020-05-081-1/+9
|\
| * remove union return valuepragdave2020-05-072-10/+3
| * It was difficult to use the zero-parameter form of Timeline.schedule() with T...pragdave2020-05-072-2/+17
|/
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-0467-15646/+3762
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-037-714/+1919
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-0113-101/+1098
* finish tests for SVGNumberUlrich-Matthias Schäfer2020-04-291-2/+43
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-298-108/+362
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-293-51/+193
* added tests for List.jsUlrich-Matthias Schäfer2020-04-293-2/+88
* finish color testsUlrich-Matthias Schäfer2020-04-294-17/+199
* finished specs for Box.js and made zoom handle level 0 correctly + make it mo...Ulrich-Matthias Schäfer2020-04-293-124/+272
* 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-263-14/+437
* added tests for data.js and memory.js, enhanced data function to work like cs...Ulrich-Matthias Schäfer2020-04-265-13/+183
* added tests for css.jsUlrich-Matthias Schäfer2020-04-262-1/+108
* 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-263-9/+300
* sort out unused regex, add parser and regex tests, fix textable testsUlrich-Matthias Schäfer2020-04-258-28/+291
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-236-55/+63
* make tests svgdom readyUlrich-Matthias Schäfer2020-04-168-45/+51
* added tests for pointed.js and poly.jsUlrich-Matthias Schäfer2020-04-115-8/+206
* added tests for circled.js and gradiented.jsUlrich-Matthias Schäfer2020-04-113-6/+139
* 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-1011-9/+315
* added tests for Polygon and PolylineUlrich-Matthias Schäfer2020-04-102-0/+70
* added tests for PatternUlrich-Matthias Schäfer2020-04-102-19/+96
* remove targets from Path because its in TextPath alreadyUlrich-Matthias Schäfer2020-04-103-15/+1
* added tests for PathUlrich-Matthias Schäfer2020-04-104-35/+248
* added tests for MaskUlrich-Matthias Schäfer2020-04-103-5/+100
* added tests for LineUlrich-Matthias Schäfer2020-04-103-3/+107
* added tests for ImageUlrich-Matthias Schäfer2020-04-093-2/+119
* added test for GradientUlrich-Matthias Schäfer2020-04-096-68/+156
* added tests for ellipseUlrich-Matthias Schäfer2020-04-091-0/+60
* added tests for DefsUlrich-Matthias Schäfer2020-04-091-0/+31
* fixes and testsUlrich-Matthias Schäfer2020-04-098-38/+187
* added tests for ClipPathUlrich-Matthias Schäfer2020-04-082-4/+98
* added tests for CircleUlrich-Matthias Schäfer2020-04-084-7/+72
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-085-14/+302
* tests for EventTargetUlrich-Matthias Schäfer2020-04-084-11/+138
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-089-21/+443
* added second parameter to `addTo` and `putIn`. Added deep clone parameter to ...Ulrich-Matthias Schäfer2020-04-052-17/+261
* renamed removeNamespace()Ulrich-Matthias Schäfer2020-04-044-8/+8
* - fixed `put()` which correctly creates an svgjs object from the passed elem...Ulrich-Matthias Schäfer2020-04-038-103/+273
* fixed put and adopter, added tests to cover itUlrich-Matthias Schäfer2020-03-297-106/+156
* fix travis configUlrich-Matthias Schäfer2020-03-281-17/+11
* This is a big one...Ulrich-Matthias Schäfer2020-03-2865-1338/+2551