aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix: change domain name to svgjs.devWout2021-06-094-4/+4
| |
* | Update README.mdWout2021-06-091-1/+1
| |
* | Update README.mdUlrich-Matthias Schäfer2021-05-201-1/+1
| | | | | | update docs link
* | Merge pull request #1201 from josepaiva94/typesUlrich-Matthias Schäfer2021-05-041-0/+10
|\ \ | | | | | | Types for Style
| * | add types for stylesJosé C. Paiva2021-05-031-1/+3
| | |
| * | add types for stylesJosé C. Paiva2021-05-031-0/+8
|/ /
* | update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-1340-2759/+5886
| |
* | typos (#1179)ordago2020-12-1729-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-parsingUlrich-Matthias Schäfer2020-12-132-1/+38
|\ \ | | | | | | fix arc flags parsing
| * | add more elliptical arc flag parsing test coverageMike Wilkerson2020-12-121-1/+9
| | |
| * | fix for arc flags parsingMike Wilkerson2020-12-122-1/+30
|/ /
* | Merge pull request #1168 from melon3r/patch-1Ulrich-Matthias Schäfer2020-11-161-1/+1
|\ \ | | | | | | Allow strings to be passed as transform origin on TS
| * | Allow strings to be passed as transform origin on TSDani2020-11-161-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-1Ulrich-Matthias Schäfer2020-11-131-0/+1
|\ \ | |/ |/| Add style() to Container on TS bindings
| * Add style() to Container on TS bindingsDani2020-11-121-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äfer2020-09-274-3/+11
|
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-058-201/+351
|
* Add attribute `rotate` to `MatrixTransformParam` (#1149)jhajjaarap2020-09-051-0/+1
| | | Add attribute `rotate` to `MatrixTransformParam`
* Merge pull request #1129 from josepaiva94/typesUlrich-Matthias Schäfer2020-06-151-7/+7
|\ | | | | Fix types for List and ForeignObject (same line separators)
| * Remove extends ElementAlias from List itemsJosé C. Paiva2020-06-141-3/+2
| |
| * Fix types for List and ForeignObjectJosé C. Paiva2020-06-141-8/+9
|/
* Update svg.js.d.tsUlrich-Matthias Schäfer2020-06-131-1/+1
| | | Implementing ElementAlias doesnt work because method definitions clash
* Merge pull request #1126 from pjbatista/1124-window-exportsUlrich-Matthias Schäfer2020-06-033-249/+474
|\ | | | | Added exports from window.js
| * Added exports from window.jsPedro José Batista2020-06-023-249/+474
|/
* Merge pull request #1123 from pragdave/some-more-typingsUlrich-Matthias Schäfer2020-06-011-15/+29
|\ | | | | add foreignObject to types, and get List working
| * Merge branch 'master' into some-more-typingsUlrich-Matthias Schäfer2020-06-0134-1402/+1529
| |\ | |/ |/|
* | Merge pull request #1116 from Glandos/patch-1Ulrich-Matthias Schäfer2020-05-281-5/+8
|\ \ | | | | | | Better typing for css getter/setter
| * | Better typing for css getter/setterGlandos2020-05-271-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-easeUlrich-Matthias Schäfer2020-05-201-1/+1
|\ \ | | | | | | Add optional string type to Runner.ease
| * | Add optional string type to Runner.easeAndrew Rodgers2020-05-191-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äfer2020-05-206-338/+352
| |
* | sorted method namesUlrich-Matthias Schäfer2020-05-1923-1075/+1164
| |
* | add twitter and other cdnsUlrich-Matthias Schäfer2020-05-101-3/+9
| |
* | added fundingUlrich-Matthias Schäfer2020-05-101-0/+4
| |
* | Create FUNDING.ymlUlrich-Matthias Schäfer2020-05-101-0/+3
| |
* | added sponsor badgeUlrich-Matthias Schäfer2020-05-091-1/+1
| |
* | make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-092-2/+2
| |
* | close tags in tests so that svgdom is satisfiedUlrich-Matthias Schäfer2020-05-094-7/+7
| |
* | Merge pull request #1106 from pragdave/some-type-based-tidyingUlrich-Matthias Schäfer2020-05-081-1/+9
|\ \ | | | | | | Fix schedule typings in timeline.js
| * | remove union return valuepragdave2020-05-072-10/+3
| | |
| * | It was difficult to use the zero-parameter form of Timeline.schedule() with ↵pragdave2020-05-072-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 ForeignObjectUlrich-Matthias Schäfer2020-06-011-1/+1
| |
| * Fix constructor typings for ForeignElementUlrich-Matthias Schäfer2020-06-011-1/+2
| |
| * add string parameters to Runner.ease()pragdave2020-05-311-9/+15
| |
| * slowly iterating towards List nirvana. FO still pending...pragdave2020-05-311-4/+4
| |
| * Fix up List (maybe). ForeignObject still open for discussionpragdave2020-05-301-7/+4
| |
| * aff foreignObject to types, get get List workingpragdave2020-05-301-3/+13
|/
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-0467-15646/+3762
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-037-714/+1919
|
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-0113-101/+1098
|