aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2023-04-051-11/+11
| | | | | | | | | | | | | | | | | 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-284-6/+6
|\ | | | | 1277: remove double quotes from maskWith url()
| * remove double quote from all 'url()' refs, update testsHarry Faulkner2022-08-214-6/+6
| |
* | Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-131-1/+9
|\ \ | |/ |/|
| * Test case for Dom.clone() with assignNewIds = falsePhilippe Bernard2020-10-141-1/+9
| |
* | Add parameter "options" to EventTarget.off()Mario Schlicht2022-01-181-0/+11
| | | | | | | | - additional: Typescript-Interfaces for off() functions updated
* | Add regression test for #1235Morgan Harris2021-11-231-0/+1
| | | | | | | | | | This is literally all you have to do to break this function... just have one single other group in your document.
* | Return null if `until` not in parent chainMorgan Harris2021-11-231-0/+14
| |
* | Add test for closest matching parentMorgan Harris2021-11-231-0/+13
| |
* | fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-271-30/+39
| | | | | | | | | | | | ### 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)
* | fix group move bug when group contains elements without dimensions, update depsUlrich-Matthias Schäfer2021-06-131-1/+18
| |
* | fix: change domain name to svgjs.devWout2021-06-091-1/+1
| |
* | typos (#1179)ordago2020-12-1718-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | add more elliptical arc flag parsing test coverageMike Wilkerson2020-12-121-1/+9
| |
* | fix for arc flags parsingMike Wilkerson2020-12-121-0/+26
|/
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-271-0/+6
|
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-053-56/+108
|
* added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-202-266/+274
|
* make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-091-1/+1
|
* close tags in tests so that svgdom is satisfiedUlrich-Matthias Schäfer2020-05-094-7/+7
|
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-0447-9028/+251
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-033-664/+1793
|
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-017-66/+1057
|
* finish tests for SVGNumberUlrich-Matthias Schäfer2020-04-291-2/+43
|
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-295-6/+334
|
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-291-12/+183
|
* added tests for List.jsUlrich-Matthias Schäfer2020-04-291-0/+85
|
* finish color testsUlrich-Matthias Schäfer2020-04-292-16/+194
|
* finished specs for Box.js and made zoom handle level 0 correctly + make it ↵Ulrich-Matthias Schäfer2020-04-291-99/+206
| | | | more clear when zoom cannot zoom because it cant get width and height of the element
* added tests for transform.js, migrated tests for v3 of types to esm testsUlrich-Matthias Schäfer2020-04-2820-1006/+1580
|
* added tests for sugar.jsUlrich-Matthias Schäfer2020-04-261-0/+430
|
* added tests for data.js and memory.js, enhanced data function to work like ↵Ulrich-Matthias Schäfer2020-04-263-12/+170
| | | | css and attr
* added tests for css.jsUlrich-Matthias Schäfer2020-04-261-0/+107
|
* added tests for class.jsUlrich-Matthias Schäfer2020-04-261-0/+82
|
* add tests for selector and arrange, simplifed front() and back()Ulrich-Matthias Schäfer2020-04-262-0/+295
|
* sort out unused regex, add parser and regex tests, fix textable testsUlrich-Matthias Schäfer2020-04-256-18/+289
|
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-232-3/+1
|
* make tests svgdom readyUlrich-Matthias Schäfer2020-04-167-44/+49
|
* added tests for pointed.js and poly.jsUlrich-Matthias Schäfer2020-04-113-0/+197
|
* added tests for circled.js and gradiented.jsUlrich-Matthias Schäfer2020-04-112-0/+137
|
* added tests for attr()Ulrich-Matthias Schäfer2020-04-112-1/+128
|
* added tests to cover all branchesUlrich-Matthias Schäfer2020-04-109-1/+132
|
* added even more testsUlrich-Matthias Schäfer2020-04-109-1/+307
|
* added tests for Polygon and PolylineUlrich-Matthias Schäfer2020-04-102-0/+70
|
* added tests for PatternUlrich-Matthias Schäfer2020-04-101-0/+76
|
* remove targets from Path because its in TextPath alreadyUlrich-Matthias Schäfer2020-04-101-9/+0
|
* added tests for PathUlrich-Matthias Schäfer2020-04-102-11/+223
|
* added tests for MaskUlrich-Matthias Schäfer2020-04-102-1/+96
|
* added tests for LineUlrich-Matthias Schäfer2020-04-102-2/+106
|
* added tests for ImageUlrich-Matthias Schäfer2020-04-092-1/+118
|