Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettier3.2.4 | Ulrich-Matthias Schäfer | 2024-06-27 | 1 | -1/+4 |
| | |||||
* | fixing dmove for nested svgs ↵ | Ulrich-Matthias Schäfer | 2024-06-27 | 1 | -1/+8 |
| | | | | (https://github.com/svgdotjs/svg.draggable.js/issues/127) | ||||
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 3 | -13/+13 |
| | |||||
* | add more events to sugar (fixes #1217) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+8 |
| | |||||
* | fix css, dont throw when screenCtm fails (fixes #968) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -7/+4 |
| | |||||
* | doscontinue use of svgjs:data in favor of data-svg | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+0 |
| | |||||
* | support css vars (fixes #1230) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -5/+11 |
| | |||||
* | only apply color conversion to attributes that can take a color (fixes #1241) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+11 |
| | |||||
* | skip descriptive elements on rebuild and toParent | Ulrich-Matthias Schäfer | 2023-09-02 | 1 | -1/+4 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 19 | -151/+203 |
| | |||||
* | fixed issues when animating css, updated deps | Ulrich-Matthias Schäfer | 2021-10-27 | 1 | -1/+1 |
| | | | | | | ### Fixed - fixed `css()` returning camelCased properties even though they were specified in kebap-case - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit) | ||||
* | fix group move bug when group contains elements without dimensions, update deps | Ulrich-Matthias Schäfer | 2021-06-13 | 1 | -2/+12 |
| | |||||
* | fix: change domain name to svgjs.dev | Wout | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 9 | -46/+53 |
| | |||||
* | 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 path parsing (#1145) | Ulrich-Matthias Schäfer | 2020-09-05 | 1 | -15/+1 |
| | |||||
* | added geometry and positioning methods to `A` (#1110) | Ulrich-Matthias Schäfer | 2020-05-20 | 1 | -0/+69 |
| | |||||
* | finish color tests | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -1/+1 |
| | |||||
* | finished specs for Box.js and made zoom handle level 0 correctly + make it ↵ | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -1/+0 |
| | | | | 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 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | fixes and tests | Ulrich-Matthias Schäfer | 2020-04-09 | 1 | -4/+4 |
| | | | | | | - fixed flatten and ungroup - added position argument to ungroup, toParent and toRoot - added tests for Container | ||||
* | added tests for Circle | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -2/+2 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 3 | -29/+79 |
| | | | | | | | | | | | | | | | | | | | | ### 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 | 9 | -39/+39 |
| | |||||
* | 1023 - hide parser from screen readers | Simon Lenz | 2019-07-27 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | fixed move and center commands for text | Ulrich-Matthias Schäfer | 2019-01-22 | 1 | -5/+0 |
| | | | | | - 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 | 2 | -2/+4 |
| | | | | font-family and size from the defaults list | ||||
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -0/+1 |
| | | | | act against user intention, fixed bug in `font()` | ||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 2 | -14/+4 |
| | |||||
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 2 | -1/+3 |
| | |||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -11/+17 |
| | |||||
* | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 1 | -1/+12 |
|\ | |||||
| * | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 1 | -1/+12 |
| | | |||||
* | | 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 | 16 | -685/+343 |
| | | | | | | | | | | | | | | | | | | 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 | 16 | -343/+697 |
|/ | | | | | | | | | | | | | | 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 | ||||
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 1 | -3/+3 |
| | |||||
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -1/+0 |
| | |||||
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -2/+0 |
| | |||||
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -2/+2 |
| | |||||
* | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -3/+4 |
| |