aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* prettier3.2.4Ulrich-Matthias Schäfer2024-06-271-1/+4
* fixing dmove for nested svgs (https://github.com/svgdotjs/svg.draggable.js/is...Ulrich-Matthias Schäfer2024-06-271-1/+8
* update dependenciesUlrich-Matthias Schäfer2024-06-183-13/+13
* add more events to sugar (fixes #1217)Ulrich-Matthias Schäfer2023-09-031-1/+8
* fix css, dont throw when screenCtm fails (fixes #968)Ulrich-Matthias Schäfer2023-09-031-7/+4
* doscontinue use of svgjs:data in favor of data-svgUlrich-Matthias Schäfer2023-09-031-1/+0
* support css vars (fixes #1230)Ulrich-Matthias Schäfer2023-09-031-5/+11
* only apply color conversion to attributes that can take a color (fixes #1241)Ulrich-Matthias Schäfer2023-09-031-1/+11
* skip descriptive elements on rebuild and toParentUlrich-Matthias Schäfer2023-09-021-1/+4
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-1319-151/+203
* fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-271-1/+1
* fix group move bug when group contains elements without dimensions, update depsUlrich-Matthias Schäfer2021-06-131-2/+12
* fix: change domain name to svgjs.devWout2021-06-091-1/+1
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-139-46/+53
* typos (#1179)ordago2020-12-171-1/+1
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-051-15/+1
* added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-201-0/+69
* finish color testsUlrich-Matthias Schäfer2020-04-291-1/+1
* finished specs for Box.js and made zoom handle level 0 correctly + make it mo...Ulrich-Matthias Schäfer2020-04-291-1/+0
* 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-231-1/+2
* 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
* fixes and testsUlrich-Matthias Schäfer2020-04-091-4/+4
* added tests for CircleUlrich-Matthias Schäfer2020-04-081-2/+2
* This is a big one...Ulrich-Matthias Schäfer2020-03-283-29/+79
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-019-39/+39
* 1023 - hide parser from screen readersSimon Lenz2019-07-271-0/+1
* fix transform getter when something is 0. Make sure only needed files are upl...Ulrich-Matthias Schäfer2019-04-261-1/+1
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-5/+0
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed fon...3.0.10Ulrich-Matthias Schäfer2019-01-142-2/+4
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-121-0/+1
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-122-14/+4
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-1/+1
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-032-1/+3
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-11/+17
* Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-301-1/+12
|\
| * add register for insertBefore and insertAfterUlrich-Matthias Schäfer2018-11-201-1/+12
* | 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-2616-685/+343
* | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-2516-343/+697
|/
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-3/+3
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-171-1/+0
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-2/+0
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-121-2/+2
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+4