aboutsummaryrefslogtreecommitdiffstats
path: root/src/elements
Commit message (Expand)AuthorAgeFilesLines
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-1312-41/+40
* typos (#1179)ordago2020-12-172-2/+2
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-271-1/+1
* added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-202-72/+8
* sorted method namesUlrich-Matthias Schäfer2020-05-196-108/+113
* make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-091-1/+1
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-043-16/+23
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-232-49/+58
* 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-092-24/+28
* fixes and testsUlrich-Matthias Schäfer2020-04-092-15/+11
* added tests for ClipPathUlrich-Matthias Schäfer2020-04-081-4/+4
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-081-14/+5
* tests for EventTargetUlrich-Matthias Schäfer2020-04-081-1/+1
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-082-9/+49
* 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-291-1/+2
* This is a big one...Ulrich-Matthias Schäfer2020-03-2826-155/+149
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-081-2/+2
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-014-9/+10
* Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-2728-28/+28
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-183-2/+21
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-223-15/+45
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-143-32/+23
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-5/+27
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-131-1/+1
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-124-45/+46
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-122-15/+61
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-072-3/+4
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-051-0/+8
* Release 3.0.03.0.0Ulrich-Matthias Schäfer2018-12-011-1/+1
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-011-1/+2
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-017-20/+28
|\
| * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-304-41/+17
| |\
| * | Make color-animation work in all spaces (conversion bugs still there)Ulrich-Matthias Schäfer2018-11-261-1/+1
| * | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-2630-1171/+599
| * | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-2530-610/+1190
* | | add back move and dmove for groupsUlrich-Matthias Schäfer2018-12-011-0/+26
* | | dont generate esm bundle anymore and link to src/main.js directly. Move bower...Ulrich-Matthias Schäfer2018-12-011-2/+2
| |/ |/|
* | fix bugs in runner, fix importsUlrich-Matthias Schäfer2018-11-261-1/+1
* | Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-244-41/+17
|/
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-194-10/+10