aboutsummaryrefslogtreecommitdiffstats
path: root/src/elements/Element.js
Commit message (Expand)AuthorAgeFilesLines
* doscontinue use of svgjs:data in favor of data-svgUlrich-Matthias Schäfer2023-09-031-2/+6
* fix import of leading, dont write data to dom if not neccessaryUlrich-Matthias Schäfer2023-09-031-8/+2
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-29/+32
* Return null if `until` not in parent chainMorgan Harris2021-11-231-7/+8
* Fix broken parents() functionMorgan Harris2021-11-231-1/+10
* sorted method namesUlrich-Matthias Schäfer2020-05-191-6/+6
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-081-14/+5
* - fixed `put()` which correctly creates an svgjs object from the passed elem...Ulrich-Matthias Schäfer2020-04-031-1/+6
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-7/+8
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-081-2/+2
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-4/+4
* Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-271-1/+1
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-0/+5
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-141-3/+1
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-0/+10
* Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-87/+43
* Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-251-49/+93
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-3/+3
* renamed `Doc` to `Svg` according to (#932)Ulrich-Matthias Schäfer2018-11-191-2/+2
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-121-1/+14
* reworked parents so that it is useful now, changelogUlrich-Matthias Schäfer2018-11-121-7/+11
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-111-1/+0
* add registering for forgotten classesUlrich-Matthias Schäfer2018-11-091-1/+4
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-081-2/+2
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+142