summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added test for GradientUlrich-Matthias Schäfer2020-04-093-44/+127
|
* added tests for ellipseUlrich-Matthias Schäfer2020-04-091-0/+60
|
* added tests for DefsUlrich-Matthias Schäfer2020-04-091-0/+31
|
* fixes and testsUlrich-Matthias Schäfer2020-04-094-19/+168
| | | | | | - 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-0/+94
|
* added tests for CircleUlrich-Matthias Schäfer2020-04-081-0/+66
|
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-082-0/+285
|
* tests for EventTargetUlrich-Matthias Schäfer2020-04-082-1/+133
|
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-083-8/+383
|
* added second parameter to `addTo` and `putIn`. Added deep clone parameter to ↵Ulrich-Matthias Schäfer2020-04-051-3/+247
| | | | `clone`. Tests for Dom