Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix: change domain name to svgjs.dev | Wout | 2021-06-09 | 4 | -4/+4 | |
| | | ||||||
* | | Update README.md | Wout | 2021-06-09 | 1 | -1/+1 | |
| | | ||||||
* | | Update README.md | Ulrich-Matthias Schäfer | 2021-05-20 | 1 | -1/+1 | |
| | | | | | | update docs link | |||||
* | | Merge pull request #1201 from josepaiva94/types | Ulrich-Matthias Schäfer | 2021-05-04 | 1 | -0/+10 | |
|\ \ | | | | | | | Types for Style | |||||
| * | | add types for styles | José C. Paiva | 2021-05-03 | 1 | -1/+3 | |
| | | | ||||||
| * | | add types for styles | José C. Paiva | 2021-05-03 | 1 | -0/+8 | |
|/ / | ||||||
* | | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 40 | -2759/+5886 | |
| | | ||||||
* | | typos (#1179) | ordago | 2020-12-17 | 29 | -49/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | | Merge pull request #1175 from FortAwesome/fix-elliptical-arc-flags-parsing | Ulrich-Matthias Schäfer | 2020-12-13 | 2 | -1/+38 | |
|\ \ | | | | | | | fix arc flags parsing | |||||
| * | | add more elliptical arc flag parsing test coverage | Mike Wilkerson | 2020-12-12 | 1 | -1/+9 | |
| | | | ||||||
| * | | fix for arc flags parsing | Mike Wilkerson | 2020-12-12 | 2 | -1/+30 | |
|/ / | ||||||
* | | Merge pull request #1168 from melon3r/patch-1 | Ulrich-Matthias Schäfer | 2020-11-16 | 1 | -1/+1 | |
|\ \ | | | | | | | Allow strings to be passed as transform origin on TS | |||||
| * | | Allow strings to be passed as transform origin on TS | Dani | 2020-11-16 | 1 | -1/+1 | |
|/ / | | | | | | | | | We need this to be able to pass strings like "top-right" or "center" as transform origin on TypeScript, as they're already supported on JavaScript. @neomorfeo | |||||
* | | Merge pull request #1167 from melon3r/patch-1 | Ulrich-Matthias Schäfer | 2020-11-13 | 1 | -0/+1 | |
|\ \ | |/ |/| | Add style() to Container on TS bindings | |||||
| * | Add style() to Container on TS bindings | Dani | 2020-11-12 | 1 | -0/+1 | |
|/ | | | | | We need this to be able to define styles on the SVG from TypeScript. @neomorfeo | |||||
* | fix `clone()` to return the correct instance (#1154) | Ulrich-Matthias Schäfer | 2020-09-27 | 4 | -3/+11 | |
| | ||||||
* | fix path parsing (#1145) | Ulrich-Matthias Schäfer | 2020-09-05 | 8 | -201/+351 | |
| | ||||||
* | Add attribute `rotate` to `MatrixTransformParam` (#1149) | jhajjaarap | 2020-09-05 | 1 | -0/+1 | |
| | | | Add attribute `rotate` to `MatrixTransformParam` | |||||
* | Merge pull request #1129 from josepaiva94/types | Ulrich-Matthias Schäfer | 2020-06-15 | 1 | -7/+7 | |
|\ | | | | | Fix types for List and ForeignObject (same line separators) | |||||
| * | Remove extends ElementAlias from List items | José C. Paiva | 2020-06-14 | 1 | -3/+2 | |
| | | ||||||
| * | Fix types for List and ForeignObject | José C. Paiva | 2020-06-14 | 1 | -8/+9 | |
|/ | ||||||
* | Update svg.js.d.ts | Ulrich-Matthias Schäfer | 2020-06-13 | 1 | -1/+1 | |
| | | | Implementing ElementAlias doesnt work because method definitions clash | |||||
* | Merge pull request #1126 from pjbatista/1124-window-exports | Ulrich-Matthias Schäfer | 2020-06-03 | 3 | -249/+474 | |
|\ | | | | | Added exports from window.js | |||||
| * | Added exports from window.js | Pedro José Batista | 2020-06-02 | 3 | -249/+474 | |
|/ | ||||||
* | Merge pull request #1123 from pragdave/some-more-typings | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -15/+29 | |
|\ | | | | | add foreignObject to types, and get List working | |||||
| * | Merge branch 'master' into some-more-typings | Ulrich-Matthias Schäfer | 2020-06-01 | 34 | -1402/+1529 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #1116 from Glandos/patch-1 | Ulrich-Matthias Schäfer | 2020-05-28 | 1 | -5/+8 | |
|\ \ | | | | | | | Better typing for css getter/setter | |||||
| * | | Better typing for css getter/setter | Glandos | 2020-05-27 | 1 | -5/+8 | |
|/ / | | | | | | | CSSStyleDeclaration contains readonly rule, so I excluded them, otherwise it doesn't make sense I didn't touch the Runner `css()` because I don't know the exact behavior of it. | |||||
* | | Merge pull request #1111 from acedrew/ts-runner-ease | Ulrich-Matthias Schäfer | 2020-05-20 | 1 | -1/+1 | |
|\ \ | | | | | | | Add optional string type to Runner.ease | |||||
| * | | Add optional string type to Runner.ease | Andrew Rodgers | 2020-05-19 | 1 | -1/+1 | |
|/ / | | | | | | | The ease method on the runner takes the same constructor strings as the Ease class, so you can do things like element.animate(1000).ease('-').rotate(360).loop() Currently typescript throws an error saying that ease only accepts a Function as an argument. | |||||
* | | added geometry and positioning methods to `A` (#1110) | Ulrich-Matthias Schäfer | 2020-05-20 | 6 | -338/+352 | |
| | | ||||||
* | | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 23 | -1075/+1164 | |
| | | ||||||
* | | add twitter and other cdns | Ulrich-Matthias Schäfer | 2020-05-10 | 1 | -3/+9 | |
| | | ||||||
* | | added funding | Ulrich-Matthias Schäfer | 2020-05-10 | 1 | -0/+4 | |
| | | ||||||
* | | Create FUNDING.yml | Ulrich-Matthias Schäfer | 2020-05-10 | 1 | -0/+3 | |
| | | ||||||
* | | added sponsor badge | Ulrich-Matthias Schäfer | 2020-05-09 | 1 | -1/+1 | |
| | | ||||||
* | | make targets for textPath work when no href is set | Ulrich-Matthias Schäfer | 2020-05-09 | 2 | -2/+2 | |
| | | ||||||
* | | close tags in tests so that svgdom is satisfied | Ulrich-Matthias Schäfer | 2020-05-09 | 4 | -7/+7 | |
| | | ||||||
* | | Merge pull request #1106 from pragdave/some-type-based-tidying | Ulrich-Matthias Schäfer | 2020-05-08 | 1 | -1/+9 | |
|\ \ | | | | | | | Fix schedule typings in timeline.js | |||||
| * | | remove union return value | pragdave | 2020-05-07 | 2 | -10/+3 | |
| | | | ||||||
| * | | It was difficult to use the zero-parameter form of Timeline.schedule() with ↵ | pragdave | 2020-05-07 | 2 | -2/+17 | |
|/ / | | | | | | | | | | | | | | | | | | | TypeScript. The .d.ts file didn't include the retuen type for a list of runner infos, and adding it still m,ade it harder than it should be to iterate over it type safely. In this commit I 1. Added the type information for `ScheduledRunnerInfo`, and updated the Timeline types to include it as a retuen type for `schedule` 2. Added a new function to Timeline, `getSchedule`, that simply returns the runner list. This seems to be cleaner than having the original `schedule` that can return two wildly different things. I didn't remove the old functionality. | |||||
| * | Fix add method for ForeignObject | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix constructor typings for ForeignElement | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -1/+2 | |
| | | ||||||
| * | add string parameters to Runner.ease() | pragdave | 2020-05-31 | 1 | -9/+15 | |
| | | ||||||
| * | slowly iterating towards List nirvana. FO still pending... | pragdave | 2020-05-31 | 1 | -4/+4 | |
| | | ||||||
| * | Fix up List (maybe). ForeignObject still open for discussion | pragdave | 2020-05-30 | 1 | -7/+4 | |
| | | ||||||
| * | aff foreignObject to types, get get List working | pragdave | 2020-05-30 | 1 | -3/+13 | |
|/ | ||||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 67 | -15646/+3762 | |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | |||||
* | 99% line coverage - BAAAAM | Ulrich-Matthias Schäfer | 2020-05-03 | 7 | -714/+1919 | |
| | ||||||
* | added specs for animation files except runner, fixed a few things | Ulrich-Matthias Schäfer | 2020-05-01 | 13 | -101/+1098 | |
| |