Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 1 | -6/+6 |
| | |||||
* | fix css, dont throw when screenCtm fails (fixes #968) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -7/+0 |
| | |||||
* | allow + as delemiter in paths (fixes #1165) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -2/+3 |
| | |||||
* | doscontinue use of svgjs:data in favor of data-svg | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+2 |
| | |||||
* | fix import of leading, dont write data to dom if not neccessary | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+16 |
| | |||||
* | allow nodes that are not imported yet (fixes #1252) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -2/+3 |
| | |||||
* | skip descriptive elements on rebuild and toParent | Ulrich-Matthias Schäfer | 2023-09-02 | 1 | -0/+4 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 5 | -83/+91 |
| | |||||
* | Spelling corrections | albert-github | 2023-04-15 | 1 | -1/+1 |
| | |||||
* | this time for real revert package lock | Daniel | 2021-09-22 | 1 | -5/+1 |
| | |||||
* | Revert "remove old code" | Daniel | 2021-09-22 | 1 | -1/+2 |
| | | | | This reverts commit aeea23be44bb6dc1653837c61c82a404d4701c8b. | ||||
* | Revert "remove old code" | Daniel | 2021-09-22 | 1 | -0/+3 |
| | | | | This reverts commit aeea23be44bb6dc1653837c61c82a404d4701c8b. | ||||
* | reverted package lock and edit nodeOrNew | Daniel | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | remove old code | Daniel | 2021-09-22 | 1 | -4/+0 |
| | |||||
* | check 'ownerDocument' in node in nodeOrNew | Daniel Kern | 2021-09-20 | 1 | -1/+2 |
| | |||||
* | new | Daniel Kern | 2021-09-20 | 1 | -4/+4 |
| | |||||
* | nodeornew | Daniel Kern | 2021-09-20 | 1 | -0/+3 |
| | |||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 3 | -27/+37 |
| | |||||
* | typos (#1179) | ordago | 2020-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 for arc flags parsing | Mike Wilkerson | 2020-12-12 | 1 | -1/+4 |
| | |||||
* | fix `clone()` to return the correct instance (#1154) | Ulrich-Matthias Schäfer | 2020-09-27 | 1 | -2/+3 |
| | |||||
* | fix path parsing (#1145) | Ulrich-Matthias Schäfer | 2020-09-05 | 1 | -0/+234 |
| | |||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 1 | -36/+4 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 1 | -2/+2 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -0/+4 |
| | |||||
* | fixed put and adopter, added tests to cover it | Ulrich-Matthias Schäfer | 2020-03-29 | 1 | -3/+5 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 2 | -25/+41 |
| | | | | | | | | | | | | | | | | | | | | ### 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 | ||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 3 | -7/+7 |
| | |||||
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -0/+24 |
| | | | | act against user intention, fixed bug in `font()` | ||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 2 | -2/+2 |
| | |||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 3 | -5/+7 |
|\ | |||||
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 3 | -34/+48 |
| |\ | |||||
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 4 | -209/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -96/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -3/+3 |
| |/ |/| | | | | | | | | | bower to its own repo rename makeNode back to create | ||||
* | | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -1/+1 |
| | | |||||
* | | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -6/+12 |
| | | |||||
* | | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -0/+23 |
| | | |||||
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | | | - svg.js: The esm bundle - svg.min.js: The bundle for all browsers for maximum support - svg.node.js: The bundle for node - polyfill.js: Using svg.min.js requires this polyfill in case the Browser does not understand all of ./config/polyfillList.js - polyfillIE.js: This is required when you use IE11 (polyfill.js still required) Please note, that not all test pass for IE11 due to its rounding issues and wrong calculation of bbox. Also note, that `defaultPrevented` is not working for CustomEvents in IE11. | ||||
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -7/+4 |
| | | | | | | | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces) | ||||
* | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -12/+9 |
|/ | |||||
* | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -0/+14 |
| | |||||
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -14/+11 |
| | |||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 2 | -0/+13 |
| | | | | make sure that init functions are chaninable | ||||
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 |
| | | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})` | ||||
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+23 |
| | | | | SVG.Rect({width:100})` | ||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+7 |
| | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 3 | -0/+243 |