Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 99% line coverage - BAAAAM | Ulrich-Matthias Schäfer | 2020-05-03 | 7 | -714/+1919 |
| | |||||
* | added specs for animation files except runner, fixed a few things | Ulrich-Matthias Schäfer | 2020-05-01 | 13 | -101/+1098 |
| | |||||
* | finish tests for SVGNumber | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -2/+43 |
| | |||||
* | finished tests for Point, PointArray, PathArray and SVGArray | Ulrich-Matthias Schäfer | 2020-04-29 | 8 | -108/+362 |
| | |||||
* | finish tests for Matrix.js | Ulrich-Matthias Schäfer | 2020-04-29 | 3 | -51/+193 |
| | |||||
* | added tests for List.js | Ulrich-Matthias Schäfer | 2020-04-29 | 3 | -2/+88 |
| | |||||
* | finish color tests | Ulrich-Matthias Schäfer | 2020-04-29 | 4 | -17/+199 |
| | |||||
* | finished specs for Box.js and made zoom handle level 0 correctly + make it ↵ | Ulrich-Matthias Schäfer | 2020-04-29 | 3 | -124/+272 |
| | | | | 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 tests | Ulrich-Matthias Schäfer | 2020-04-28 | 20 | -1006/+1580 |
| | |||||
* | added tests for sugar.js | Ulrich-Matthias Schäfer | 2020-04-26 | 3 | -14/+437 |
| | |||||
* | added tests for data.js and memory.js, enhanced data function to work like ↵ | Ulrich-Matthias Schäfer | 2020-04-26 | 5 | -13/+183 |
| | | | | css and attr | ||||
* | added tests for css.js | Ulrich-Matthias Schäfer | 2020-04-26 | 2 | -1/+108 |
| | |||||
* | added tests for class.js | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -0/+82 |
| | |||||
* | add tests for selector and arrange, simplifed front() and back() | Ulrich-Matthias Schäfer | 2020-04-26 | 3 | -9/+300 |
| | |||||
* | sort out unused regex, add parser and regex tests, fix textable tests | Ulrich-Matthias Schäfer | 2020-04-25 | 8 | -28/+291 |
| | |||||
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 6 | -55/+63 |
| | |||||
* | make tests svgdom ready | Ulrich-Matthias Schäfer | 2020-04-16 | 8 | -45/+51 |
| | |||||
* | added tests for pointed.js and poly.js | Ulrich-Matthias Schäfer | 2020-04-11 | 5 | -8/+206 |
| | |||||
* | added tests for circled.js and gradiented.js | Ulrich-Matthias Schäfer | 2020-04-11 | 3 | -6/+139 |
| | |||||
* | added tests for attr() | Ulrich-Matthias Schäfer | 2020-04-11 | 2 | -1/+128 |
| | |||||
* | added tests to cover all branches | Ulrich-Matthias Schäfer | 2020-04-10 | 9 | -1/+132 |
| | |||||
* | added even more tests | Ulrich-Matthias Schäfer | 2020-04-10 | 11 | -9/+315 |
| | |||||
* | added tests for Polygon and Polyline | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -0/+70 |
| | |||||
* | added tests for Pattern | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -19/+96 |
| | |||||
* | remove targets from Path because its in TextPath already | Ulrich-Matthias Schäfer | 2020-04-10 | 3 | -15/+1 |
| | |||||
* | added tests for Path | Ulrich-Matthias Schäfer | 2020-04-10 | 4 | -35/+248 |
| | |||||
* | added tests for Mask | Ulrich-Matthias Schäfer | 2020-04-10 | 3 | -5/+100 |
| | |||||
* | added tests for Line | Ulrich-Matthias Schäfer | 2020-04-10 | 3 | -3/+107 |
| | |||||
* | added tests for Image | Ulrich-Matthias Schäfer | 2020-04-09 | 3 | -2/+119 |
| | |||||
* | added test for Gradient | Ulrich-Matthias Schäfer | 2020-04-09 | 6 | -68/+156 |
| | |||||
* | added tests for ellipse | Ulrich-Matthias Schäfer | 2020-04-09 | 1 | -0/+60 |
| | |||||
* | added tests for Defs | Ulrich-Matthias Schäfer | 2020-04-09 | 1 | -0/+31 |
| | |||||
* | fixes and tests | Ulrich-Matthias Schäfer | 2020-04-09 | 8 | -38/+187 |
| | | | | | | - fixed flatten and ungroup - added position argument to ungroup, toParent and toRoot - added tests for Container | ||||
* | added tests for ClipPath | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -4/+98 |
| | |||||
* | added tests for Circle | Ulrich-Matthias Schäfer | 2020-04-08 | 4 | -7/+72 |
| | |||||
* | fix defs and reference, tests for Element | Ulrich-Matthias Schäfer | 2020-04-08 | 5 | -14/+302 |
| | |||||
* | tests for EventTarget | Ulrich-Matthias Schäfer | 2020-04-08 | 4 | -11/+138 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 9 | -21/+443 |
| | |||||
* | added second parameter to `addTo` and `putIn`. Added deep clone parameter to ↵ | Ulrich-Matthias Schäfer | 2020-04-05 | 2 | -17/+261 |
| | | | | `clone`. Tests for Dom | ||||
* | renamed removeNamespace() | Ulrich-Matthias Schäfer | 2020-04-04 | 4 | -8/+8 |
| | |||||
* | - fixed `put()` which correctly creates an svgjs object from the passed ↵ | Ulrich-Matthias Schäfer | 2020-04-03 | 8 | -103/+273 |
| | | | | | | | | element now before returning - fixed `parent()` which correctly returns null if direct parent is the document or a document-fragment - fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086) - fixed `isRoot()` which correctly returns false, if the element is in a document-fragment | ||||
* | fixed put and adopter, added tests to cover it | Ulrich-Matthias Schäfer | 2020-03-29 | 7 | -106/+156 |
| | |||||
* | fix travis config | Ulrich-Matthias Schäfer | 2020-03-28 | 1 | -17/+11 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 65 | -1338/+2551 |
| | | | | | | | | | | | | | | | | | | | | ### Fixed - fixed `zoom()` method of runner which was passed a wrong parameter - fixed positioning methods of `TSpan` to position them by its bounding box - fixed `flip()` method which flips correctly by center by default now and accepts correct arguments - fixed a case in `rbox()` where not always all values of the box were updated - fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working - fixed positioning of text by its baseline when using `amove()` - fixed tons of typings in the svg.d.ts file ### Added - added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058) - added `unlink()` and `linker()` to hyperlinked elements to remove or access the underling `<a>` element - added `wrap()` method to `Dom` which lets you wrap an element by another one - added `orient()` method to `Marker` - added `options` parameter to `dispatch()` and `fire()` to allow for more special needs - added `newLine()` constructor to `Text` to create a tspan marked as new line (#1088) - added lots of tests in es6 format | ||||
* | Merge pull request #1096 from LumaKernel/types-for-mouse-events | Ulrich-Matthias Schäfer | 2020-03-23 | 1 | -0/+2 |
|\ | | | | | Add mouseenter()/mouseleave() function definition to types. | ||||
| * | Add mouseenter()/mouseleave() function definition to types. | Luma | 2020-03-23 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1065 from mradcliffe/1064-fix-element-animate-typing | Ulrich-Matthias Schäfer | 2019-12-19 | 1 | -3/+2 |
|\ | | | | | Fixes Element.animate typing | ||||
| * | Changes animate duration argument to TimeLike | Matthew Radcliffe | 2019-12-16 | 1 | -2/+2 |
| | | |||||
| * | Fixes Element.animate typing | Matthew Radcliffe | 2019-12-12 | 1 | -2/+1 |
|/ | |||||
* | fixed build of polyfills which was broken because of core-js update3.0.16 | Ulrich-Matthias Schäfer | 2019-11-12 | 3 | -9/+15 |
| |