aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* prettier3.2.4Ulrich-Matthias Schäfer2024-06-271-1/+4
|
* fixing dmove for nested svgs ↵Ulrich-Matthias Schäfer2024-06-271-1/+8
| | | | (https://github.com/svgdotjs/svg.draggable.js/issues/127)
* update dependenciesUlrich-Matthias Schäfer2024-06-1811-107/+108
|
* Merge pull request #1238 from gormster/1237-list-expose-builtin-array-methodsUlrich-Matthias Schäfer2023-09-031-0/+5
|\ | | | | Allow access to original Array.prototype methods on List prefixed with $
| * Allow access to original Array.prototype methods on List prefixed with $Morgan Harris2021-11-241-0/+5
| |
* | 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-033-25/+22
| |
* | added amove methods to runner (fixes #1131)Ulrich-Matthias Schäfer2023-09-031-0/+12
| |
* | allow + as delemiter in paths (fixes #1165)Ulrich-Matthias Schäfer2023-09-031-2/+3
| |
* | doscontinue use of svgjs:data in favor of data-svgUlrich-Matthias Schäfer2023-09-034-8/+14
| |
* | fix import of leading, dont write data to dom if not neccessaryUlrich-Matthias Schäfer2023-09-033-10/+25
| |
* | 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
| |
* | allow nodes that are not imported yet (fixes #1252)Ulrich-Matthias Schäfer2023-09-031-2/+3
| |
* | allow 0 as animation duration and delay (fixes #1125)Ulrich-Matthias Schäfer2023-09-031-7/+7
| |
* | add terminate method to timeline so memory can be freedUlrich-Matthias Schäfer2023-09-021-20/+27
| |
* | skip descriptive elements on rebuild and toParentUlrich-Matthias Schäfer2023-09-023-3/+13
| |
* | dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-1373-1196/+1396
| |
* | update lockfile version, formatting3.2.0Ulrich-Matthias Schäfer2023-06-121-2/+2
| |
* | Spelling correctionsalbert-github2023-04-156-13/+13
| |
* | docs: Fix a few typosTim Gates2023-04-052-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - spec/spec/animation/Runner.js - src/animation/Runner.js - src/animation/Timeline.js Fixes: - Should read `successful` rather than `successfull`. - Should read `transforms` rather than `tranforms`. - Should read `resetting` rather than `reseting`. - Should read `overwrite` rather than `overwfrite`. - Should read `morpher` rather than `morepher`. - Should read `declarative` rather than `declaritive`. Signed-off-by: Tim Gates <tim.gates@iress.com>
* | Merge pull request #1278 from HarryFaulkner/1277-use-single-quotes-for-maskWithUlrich-Matthias Schäfer2023-01-285-9/+9
|\ \ | | | | | | 1277: remove double quotes from maskWith url()
| * | remove double quote from all 'url()' refs, update testsHarry Faulkner2022-08-215-8/+8
| | |
| * | 1277: remove double quotes from maskWith url() implHarry Faulkner2022-08-091-1/+1
| | |
* | | Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-131-3/+8
|\ \ \ | |/ / |/| |
| * | New paremeter assignNewIds for Dom.clone()Philippe Bernard2020-10-141-3/+8
| | |
* | | Performance: don't create extra objects in point() (#1251)Glandos2022-01-281-1/+1
| | |
* | | Add parameter "options" to EventTarget.off()Mario Schlicht2022-01-181-2/+2
| |/ |/| | | | | - additional: Typescript-Interfaces for off() functions updated
* | Return null if `until` not in parent chainMorgan Harris2021-11-231-7/+8
| |
* | Fix broken parents() functionMorgan Harris2021-11-231-1/+10
| |
* | fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-273-16/+46
| | | | | | | | | | | | ### Fixed - fixed `css()` returning camelCased properties even though they were specified in kebap-case - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit)
* | this time for real revert package lockDaniel2021-09-221-5/+1
| |
* | Revert "remove old code"Daniel2021-09-221-1/+2
| | | | | | | | This reverts commit aeea23be44bb6dc1653837c61c82a404d4701c8b.
* | Revert "remove old code"Daniel2021-09-221-0/+3
| | | | | | | | This reverts commit aeea23be44bb6dc1653837c61c82a404d4701c8b.
* | reverted package lock and edit nodeOrNewDaniel2021-09-221-1/+1
| |
* | remove old codeDaniel2021-09-221-4/+0
| |
* | check 'ownerDocument' in node in nodeOrNewDaniel Kern2021-09-201-1/+2
| |
* | newDaniel Kern2021-09-201-4/+4
| |
* | nodeornewDaniel Kern2021-09-201-0/+3
| |
* | package-lock3.1.1Ulrich-Matthias Schäfer2021-06-251-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-1338-384/+456
| |
* | typos (#1179)ordago2020-12-178-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * typos in 1000-accesses.js * typos in transforms.js * typos in Controller.js * typos in Runner.js * typos in Timeline.js * typos in Dom.js * typos in Marker.js * typos in Mask.js * typos in Tspan.js * typos in containerGeometry.js * typos in event.js * typos in css.js * typos in data.js * typos in sugar.js * typos in EventTarget.js * typos in List.js * typos in Matrix.js * typos in SVGArray.js * typos in utils.js * typos in RAFPlugin.js * typos in Runner.js * typos in Timeline.js * typos in Dom.js * typos in Pattern.js * typos in arrange.js * typos in Box.js * typos in SVGNumber.js * typos in utils.js * typos in CONTRIBUTING.md
* | fix for arc flags parsingMike Wilkerson2020-12-121-1/+4
|/
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-272-3/+4
|
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-054-145/+242
|
* Added exports from window.jsPedro José Batista2020-06-021-1/+7
|
* added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-203-72/+77
|
* sorted method namesUlrich-Matthias Schäfer2020-05-1919-1057/+1072
|