aboutsummaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Added declarations to Transformation and Animation interfacesJackLeEmmerdeur2018-07-081-0/+9
|
* Merge pull request #854 from pycraft114/masterUlrich-Matthias Schäfer2018-05-111-8/+9
|\ | | | | fix typings
| * Optional paramter for rbox methodpycraft1142018-05-111-1/+1
| |
| * Type fixpycraft1142018-05-101-1/+1
| |
| * Optional parameter for 'rbox' methodpycraft1142018-05-091-1/+1
| |
| * Optional parameter for 'rbox' methodpycraft1142018-05-091-1/+1
| |
| * Optional second parameter for 'select' methodpycraft1142018-05-091-1/+1
| |
| * Fix typings for apply optional parameter of off method in event.jsflynn.park2018-02-241-1/+1
| |
| * Fix typings for missing event.js methodflynn.park2018-02-241-0/+1
| | | | | | | | event
| * Fix typings for replace comma to semicolonflynn.park2018-02-231-2/+2
| |
| * Fix typings for missing semicolonflynn.park2018-02-231-4/+4
| |
* | post-review fixesmpro72018-03-311-2/+2
| |
* | WIP: type definitions fixed for selector.js + added click method for set.jsmpro72018-03-211-3/+4
| |
* | X & Y Properties on PointFrankSandqvist2018-03-181-0/+3
|/ | | Or should I not access these directly?
* Fix typings for missing element.js methodflynn.park2018-02-221-2/+2
| | | | parent, doc
* Fix typings for missing element.js methodflynn.park2018-02-221-16/+19
| | | | parent, doc
* Fix typings for memory.js remember method orderflynn.park2018-02-221-1/+1
| | | | https://www.typescriptlang.org/docs/handbook/declaration-merging.html
* Fix typings for array of ArrayPoint like [[0, 0], [325, 235]].Makarov Alexandr2017-11-201-2/+1
|
* Fix typings for arrays of points implemented as array. (Ex.: [[0, 0], [100, ↵Makarov Alexandr2017-11-191-1/+2
| | | | 100]])
* Add getter form of svg method to TypeScript definitionBrian Schantz2017-10-081-0/+1
|
* Update svgjs.d.tsDmitry2017-08-051-1/+1
| | | | Fix: Another way is to point an external SVG file, just specified the element id and path to file. http://svgjs.com/elements/#use-constructor
* Syntax fixes in TypeScript declaration fileMalte Fastrup Lyngsø2017-06-061-5/+5
|
* Add missing type definitions to svg.js.d.ts (#680)Youngrok Kim2017-05-201-4/+8
|
* fix svg.js.d.ts (#644 #648)Ulrich-Matthias Schäfer2017-04-121-5/+13
|
* typescript definitions updated, minor fix in TransformationsUlrich-Matthias Schäfer2017-03-191-146/+191
|
* Typescript definitions edits: element.stop, container.polyline(), select(): ↵showdep2017-03-151-10/+10
| | | | | Set, animation.scale() (#631, #635) Thx @showdep
* added rotate, skew, scale and translate to typings documentation as written ↵dotnetCarpenter2017-03-101-2/+6
| | | | in our documentation (http://svgjs.com/manipulating/transforms/)
* add rotate() as an animation method in typescriptdotnetCarpenter2017-03-081-0/+1
|
* Typo in typingswout2017-01-181-1/+1
|
* added missing constructor definitionsrdfriedl2017-01-141-22/+63
|
* improved typingsrdfriedl2017-01-141-88/+107
|
* fix(typing): Export for umd moduleDaniel Gräber2017-01-141-6/+6
|
* added definition for SVG.preparerdfriedl2016-04-011-0/+1
|
* added svg.js.d.tsrdfriedl2016-03-311-0/+893