Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doscontinue use of svgjs:data in favor of data-svg | Ulrich-Matthias Schäfer | 2023-09-03 | 2 | -6/+12 |
| | |||||
* | fix import of leading, dont write data to dom if not neccessary | Ulrich-Matthias Schäfer | 2023-09-03 | 2 | -10/+9 |
| | |||||
* | skip descriptive elements on rebuild and toParent | Ulrich-Matthias Schäfer | 2023-09-02 | 1 | -2/+5 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 29 | -250/+288 |
| | |||||
* | update lockfile version, formatting3.2.0 | Ulrich-Matthias Schäfer | 2023-06-12 | 1 | -2/+2 |
| | |||||
* | Spelling corrections | albert-github | 2023-04-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1278 from HarryFaulkner/1277-use-single-quotes-for-maskWith | Ulrich-Matthias Schäfer | 2023-01-28 | 5 | -9/+9 |
|\ | | | | | 1277: remove double quotes from maskWith url() | ||||
| * | remove double quote from all 'url()' refs, update tests | Harry Faulkner | 2022-08-21 | 5 | -8/+8 |
| | | |||||
| * | 1277: remove double quotes from maskWith url() impl | Harry Faulkner | 2022-08-09 | 1 | -1/+1 |
| | | |||||
* | | Clone without assigning new IDs | Ulrich-Matthias Schäfer | 2022-12-13 | 1 | -3/+8 |
|\ \ | |/ |/| | |||||
| * | New paremeter assignNewIds for Dom.clone() | Philippe Bernard | 2020-10-14 | 1 | -3/+8 |
| | | |||||
* | | 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 |
| |