Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added exports from window.js | Pedro José Batista | 2020-06-02 | 1 | -1/+7 |
| | |||||
* | added geometry and positioning methods to `A` (#1110) | Ulrich-Matthias Schäfer | 2020-05-20 | 3 | -72/+77 |
| | |||||
* | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 19 | -1057/+1072 |
| | |||||
* | make targets for textPath work when no href is set | Ulrich-Matthias Schäfer | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 11 | -147/+74 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | 99% line coverage - BAAAAM | Ulrich-Matthias Schäfer | 2020-05-03 | 3 | -50/+123 |
| | |||||
* | added specs for animation files except runner, fixed a few things | Ulrich-Matthias Schäfer | 2020-05-01 | 4 | -33/+33 |
| | |||||
* | finished tests for Point, PointArray, PathArray and SVGArray | Ulrich-Matthias Schäfer | 2020-04-29 | 2 | -102/+24 |
| | |||||
* | finish tests for Matrix.js | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -39/+6 |
| | |||||
* | added tests for List.js | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -2/+2 |
| | |||||
* | finish color tests | Ulrich-Matthias Schäfer | 2020-04-29 | 2 | -1/+5 |
| | |||||
* | finished specs for Box.js and made zoom handle level 0 correctly + make it ↵ | Ulrich-Matthias Schäfer | 2020-04-29 | 2 | -25/+66 |
| | | | | more clear when zoom cannot zoom because it cant get width and height of the element | ||||
* | added tests for sugar.js | Ulrich-Matthias Schäfer | 2020-04-26 | 2 | -14/+7 |
| | |||||
* | added tests for data.js and memory.js, enhanced data function to work like ↵ | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -1/+12 |
| | | | | css and attr | ||||
* | added tests for css.js | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -1/+1 |
| | |||||
* | add tests for selector and arrange, simplifed front() and back() | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -9/+5 |
| | |||||
* | sort out unused regex, add parser and regex tests, fix textable tests | Ulrich-Matthias Schäfer | 2020-04-25 | 1 | -8/+2 |
| | |||||
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 4 | -52/+62 |
| | |||||
* | added tests for pointed.js and poly.js | Ulrich-Matthias Schäfer | 2020-04-11 | 1 | -7/+7 |
| | |||||
* | added tests for circled.js and gradiented.js | Ulrich-Matthias Schäfer | 2020-04-11 | 1 | -6/+2 |
| | |||||
* | added even more tests | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -8/+8 |
| | |||||
* | added tests for Pattern | Ulrich-Matthias Schäfer | 2020-04-10 | 1 | -19/+20 |
| | |||||
* | remove targets from Path because its in TextPath already | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -6/+1 |
| | |||||
* | added tests for Path | Ulrich-Matthias Schäfer | 2020-04-10 | 2 | -24/+25 |
| | |||||
* | added tests for Mask | Ulrich-Matthias Schäfer | 2020-04-10 | 1 | -4/+4 |
| | |||||
* | added tests for Line | Ulrich-Matthias Schäfer | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | added tests for Image | Ulrich-Matthias Schäfer | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | added test for Gradient | Ulrich-Matthias Schäfer | 2020-04-09 | 3 | -24/+29 |
| | |||||
* | fixes and tests | Ulrich-Matthias Schäfer | 2020-04-09 | 3 | -19/+15 |
| | | | | | | - 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 | 1 | -4/+4 |
| | |||||
* | added tests for Circle | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -5/+4 |
| | |||||
* | fix defs and reference, tests for Element | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -14/+15 |
| | |||||
* | tests for EventTarget | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -10/+5 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 4 | -11/+56 |
| | |||||
* | added second parameter to `addTo` and `putIn`. Added deep clone parameter to ↵ | Ulrich-Matthias Schäfer | 2020-04-05 | 1 | -14/+14 |
| | | | | `clone`. Tests for Dom | ||||
* | renamed removeNamespace() | Ulrich-Matthias Schäfer | 2020-04-04 | 2 | -3/+3 |
| | |||||
* | - fixed `put()` which correctly creates an svgjs object from the passed ↵ | Ulrich-Matthias Schäfer | 2020-04-03 | 3 | -36/+32 |
| | | | | | | | | 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 | 2 | -4/+7 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 34 | -214/+274 |
| | | | | | | | | | | | | | | | | | | | | ### 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 | ||||
* | bump version3.0.15 | Ulrich-Matthias Schäfer | 2019-11-08 | 2 | -6/+10 |
| | | | | | | | | ### Fixed - allow object input of `when` and `delay` to `animate()` ### Added - added missing dmove function to runner | ||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 27 | -119/+119 |
| | |||||
* | 1023 - hide parser from screen readers | Simon Lenz | 2019-07-27 | 1 | -0/+1 |
| | |||||
* | Added tests for 0 value width/height wrong path scaling | Valentin | 2019-05-09 | 1 | -1/+1 |
| | |||||
* | Fixed path transformation when box width or height is 0 | Valentin | 2019-05-06 | 1 | -0/+5 |
| | |||||
* | fix transform getter when something is 0. Make sure only needed files are ↵ | Ulrich-Matthias Schäfer | 2019-04-26 | 1 | -1/+1 |
| | | | | uploaded to npm | ||||
* | Merge pull request #966 from michAtEl/issue-964 | Ulrich-Matthias Schäfer | 2019-04-01 | 1 | -1/+15 |
|\ | | | | | bugfix for issue #964 | ||||
| * | bugfix for issue 964 | Michael Becker | 2019-02-23 | 1 | -1/+15 |
| | | |||||
* | | Register classes explicitly instead of relying on `Function.name` because ↵ | Ulrich-Matthias Schäfer | 2019-02-27 | 32 | -32/+32 |
|/ | | | | classes could be renamed | ||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 4 | -2/+22 |
| | |||||
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 4 | -20/+45 |
| | | | | | - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. - fixed center commands (cx, cy, center) of text so that it moves text always by the center. |