summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Ulrich-Matthias Schäfer2020-05-0411-147/+74
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* 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 ↵Ulrich-Matthias Schäfer2020-04-292-25/+66
| | | | more clear when zoom cannot zoom because it cant get width and height of the element
* 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 ↵Ulrich-Matthias Schäfer2020-04-261-1/+12
| | | | css and attr
* 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
| | | | | | - fixed flatten and ungroup - added position argument to ungroup, toParent and toRoot - added tests for Container
* added tests for ClipPathUlrich-Matthias Schäfer2020-04-081-4/+4
|