Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return null if `until` not in parent chain | Morgan Harris | 2021-11-23 | 1 | -7/+8 |
| | |||||
* | Fix broken parents() function | Morgan Harris | 2021-11-23 | 1 | -1/+10 |
| | |||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 12 | -41/+40 |
| | |||||
* | typos (#1179) | ordago | 2020-12-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 `clone()` to return the correct instance (#1154) | Ulrich-Matthias Schäfer | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | added geometry and positioning methods to `A` (#1110) | Ulrich-Matthias Schäfer | 2020-05-20 | 2 | -72/+8 |
| | |||||
* | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 6 | -108/+113 |
| | |||||
* | 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 | 3 | -16/+23 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 2 | -49/+58 |
| | |||||
* | 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 | 2 | -24/+28 |
| | |||||
* | fixes and tests | Ulrich-Matthias Schäfer | 2020-04-09 | 2 | -15/+11 |
| | | | | | | - 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 |
| | |||||
* | fix defs and reference, tests for Element | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -14/+5 |
| | |||||
* | tests for EventTarget | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -9/+49 |
| | |||||
* | 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 | 1 | -1/+2 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 26 | -155/+149 |
| | | | | | | | | | | | | | | | | | | | | ### 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 | 1 | -2/+2 |
| | | | | | | | | ### 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 | 4 | -9/+10 |
| | |||||
* | Register classes explicitly instead of relying on `Function.name` because ↵ | Ulrich-Matthias Schäfer | 2019-02-27 | 28 | -28/+28 |
| | | | | classes could be renamed | ||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 3 | -2/+21 |
| | |||||
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 3 | -15/+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. | ||||
* | fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed ↵3.0.10 | Ulrich-Matthias Schäfer | 2019-01-14 | 3 | -32/+23 |
| | | | | font-family and size from the defaults list | ||||
* | fixed `textPath()` and `path().text()` | Ulrich-Matthias Schäfer | 2019-01-14 | 1 | -5/+27 |
| | |||||
* | minor bugfix in bbox and performance changes3.0.7 | Ulrich-Matthias Schäfer | 2019-01-13 | 1 | -1/+1 |
| | |||||
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 4 | -45/+46 |
| | | | | act against user intention, fixed bug in `font()` | ||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 2 | -15/+61 |
| | |||||
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 2 | -3/+4 |
| | |||||
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 1 | -0/+8 |
| | |||||
* | Release 3.0.03.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | applied fixes from 2.x branch | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+2 |
| | |||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 7 | -20/+28 |
|\ | |||||
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 4 | -41/+17 |
| |\ | |||||
| * | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - Make sure _d is always defined - Clean up object before init - Check space in array - Use passed space instead of space in object if available | ||||
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 30 | -1171/+599 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again | ||||
| * | | Changed the esLint rules to avoid silly ternary operators, and to let code ↵ | Saivan | 2018-11-25 | 30 | -610/+1190 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default | ||||
* | | | add back move and dmove for groups | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -0/+26 |
| | | | |||||
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -2/+2 |
| |/ |/| | | | | | | | | | bower to its own repo rename makeNode back to create | ||||
* | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 |
| | |