aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-033-50/+123
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-014-33/+33
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-292-102/+24
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-291-39/+6
* added tests for List.jsUlrich-Matthias Schäfer2020-04-291-2/+2
* finish color testsUlrich-Matthias Schäfer2020-04-292-1/+5
* finished specs for Box.js and made zoom handle level 0 correctly + make it mo...Ulrich-Matthias Schäfer2020-04-292-25/+66
* added tests for sugar.jsUlrich-Matthias Schäfer2020-04-262-14/+7
* added tests for data.js and memory.js, enhanced data function to work like cs...Ulrich-Matthias Schäfer2020-04-261-1/+12
* added tests for css.jsUlrich-Matthias Schäfer2020-04-261-1/+1
* add tests for selector and arrange, simplifed front() and back()Ulrich-Matthias Schäfer2020-04-261-9/+5
* sort out unused regex, add parser and regex tests, fix textable testsUlrich-Matthias Schäfer2020-04-251-8/+2
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-234-52/+62
* added tests for pointed.js and poly.jsUlrich-Matthias Schäfer2020-04-111-7/+7
* added tests for circled.js and gradiented.jsUlrich-Matthias Schäfer2020-04-111-6/+2
* added even more testsUlrich-Matthias Schäfer2020-04-102-8/+8
* added tests for PatternUlrich-Matthias Schäfer2020-04-101-19/+20
* remove targets from Path because its in TextPath alreadyUlrich-Matthias Schäfer2020-04-102-6/+1
* added tests for PathUlrich-Matthias Schäfer2020-04-102-24/+25
* added tests for MaskUlrich-Matthias Schäfer2020-04-101-4/+4
* added tests for LineUlrich-Matthias Schäfer2020-04-101-1/+1
* added tests for ImageUlrich-Matthias Schäfer2020-04-091-1/+1
* added test for GradientUlrich-Matthias Schäfer2020-04-093-24/+29
* fixes and testsUlrich-Matthias Schäfer2020-04-093-19/+15
* added tests for ClipPathUlrich-Matthias Schäfer2020-04-081-4/+4
* added tests for CircleUlrich-Matthias Schäfer2020-04-082-5/+4
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-082-14/+15
* tests for EventTargetUlrich-Matthias Schäfer2020-04-082-10/+5
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-084-11/+56
* added second parameter to `addTo` and `putIn`. Added deep clone parameter to ...Ulrich-Matthias Schäfer2020-04-051-14/+14
* renamed removeNamespace()Ulrich-Matthias Schäfer2020-04-042-3/+3
* - fixed `put()` which correctly creates an svgjs object from the passed elem...Ulrich-Matthias Schäfer2020-04-033-36/+32
* fixed put and adopter, added tests to cover itUlrich-Matthias Schäfer2020-03-292-4/+7
* This is a big one...Ulrich-Matthias Schäfer2020-03-2834-214/+274
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-082-6/+10
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-0127-119/+119
* 1023 - hide parser from screen readersSimon Lenz2019-07-271-0/+1
* Added tests for 0 value width/height wrong path scalingValentin2019-05-091-1/+1
* Fixed path transformation when box width or height is 0Valentin2019-05-061-0/+5
* fix transform getter when something is 0. Make sure only needed files are upl...Ulrich-Matthias Schäfer2019-04-261-1/+1
* Merge pull request #966 from michAtEl/issue-964Ulrich-Matthias Schäfer2019-04-011-1/+15
|\
| * bugfix for issue 964Michael Becker2019-02-231-1/+15
* | Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-2732-32/+32
|/
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-184-2/+22
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-224-20/+45
* speed up zoom function for non-FF BrowserUlrich-Matthias Schäfer2019-01-181-14/+16
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-145-34/+27
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-5/+27
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-141-2/+1
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-131-0/+5