Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #831 from mpro7/type-definition-fix | Ulrich-Matthias Schäfer | 2018-04-01 | 1 | -2/+3 | |
| |\ \ | | | | | | | | | WIP: type definitions fixed for selector.js + added click method for … | |||||
| | * | | post-review fixes | mpro7 | 2018-03-31 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | WIP: type definitions fixed for selector.js + added click method for set.js | mpro7 | 2018-03-21 | 1 | -3/+4 | |
| |/ / | ||||||
| * | | Merge pull request #830 from FrankSandqvist/patch-1 | Ulrich-Matthias Schäfer | 2018-03-19 | 1 | -0/+3 | |
| |\ \ | | | | | | | | | Typescript: X & Y Properties on Point | |||||
| | * | | X & Y Properties on Point | FrankSandqvist | 2018-03-18 | 1 | -0/+3 | |
| |/ / | | | | | | | Or should I not access these directly? | |||||
* / / | Added a contributing and issue template guide | Saivan | 2018-05-28 | 2 | -0/+74 | |
|/ / | ||||||
* | | Fixed an issue where a matrix string contained invalid floats | Saivan | 2018-02-25 | 4 | -5532/+5553 | |
| | | | | | | | | | | | | | | | | | | | | This commit fixes an issue which would cause errors in chrome when a matrix like matrix(1, 0, 0, 1, 1e-90, 0) was output. This was caused because all values in a matrix have to be valid float32's, and therefore a 1e-90 could not be represented as a float32. To fix this, we coax values smaller that 1e-27 to be represented as zero. This avoids any potential issue due to this. | |||||
* | | Merge pull request #820 from niceilm/master | Ulrich-Matthias Schäfer | 2018-02-23 | 1 | -17/+20 | |
|\| | | | | | Fix typings for missing element.js method | |||||
| * | Fix typings for missing element.js method | flynn.park | 2018-02-22 | 1 | -2/+2 | |
| | | | | | | | | parent, doc | |||||
| * | Fix typings for missing element.js method | flynn.park | 2018-02-22 | 1 | -16/+19 | |
|/ | | | | parent, doc | |||||
* | Merge pull request #817 from niceilm/master | Ulrich-Matthias Schäfer | 2018-02-22 | 1 | -1/+1 | |
|\ | | | | | Fix typings for memory.js remember method order | |||||
| * | Fix typings for memory.js remember method order | flynn.park | 2018-02-22 | 1 | -1/+1 | |
|/ | | | | https://www.typescriptlang.org/docs/handbook/declaration-merging.html | |||||
* | Merge pull request #762 from Nexmean/fix-typings | Ulrich-Matthias Schäfer | 2018-02-17 | 1 | -1/+1 | |
|\ | | | | | Fix typings for arrays that takes plot method. | |||||
| * | Fix typings for array of ArrayPoint like [[0, 0], [325, 235]]. | Makarov Alexandr | 2017-11-20 | 1 | -2/+1 | |
| | | ||||||
| * | Fix typings for arrays of points implemented as array. (Ex.: [[0, 0], [100, ↵ | Makarov Alexandr | 2017-11-19 | 1 | -1/+2 | |
| | | | | | | | | 100]]) | |||||
* | | Year bump | W | 2018-02-13 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #755 from YMIndustries/master | Ulrich-Matthias Schäfer | 2018-02-10 | 1 | -1/+1 | |
|\ \ | | | | | | | Correctly handle namespaced self-closing tags | |||||
| * | | Correctly handle hyphenated self-closing tags | Joshua Walsh | 2017-10-23 | 1 | -1/+1 | |
| | | | | | | | | | Relates to #754 | |||||
| * | | Correctly handle namespaced self-closing tags | Joshua Walsh | 2017-10-23 | 1 | -1/+1 | |
| |/ | | | | | Fixes #754 | |||||
* | | bump 2.6.42.6.4 | Ulrich-Matthias Schäfer | 2018-02-07 | 4 | -5524/+5530 | |
| | | ||||||
* | | #805 Image memory leak fix (#806) | Nenad Kuzmanovic | 2018-02-07 | 3 | -5518/+5526 | |
| | | | | | | | | Simple sulution with SVG.off() in callback | |||||
* | | Merge pull request #765 from mark-sivill-splunk/comment-update | Ulrich-Matthias Schäfer | 2017-12-19 | 2 | -3/+3 | |
|\ \ | |/ |/| | Comment updated to pain | |||||
| * | Comment updated to pain | mark-sivill-splunk | 2017-12-19 | 2 | -3/+3 | |
|/ | ||||||
* | Merge pull request #748 from bschantz/svg-export-ts | Ulrich-Matthias Schäfer | 2017-10-08 | 1 | -0/+1 | |
|\ | | | | | Add getter form of svg method to TypeScript definition | |||||
| * | Add getter form of svg method to TypeScript definition | Brian Schantz | 2017-10-08 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #729 from Predve4niy/patch-1 | Ulrich-Matthias Schäfer | 2017-08-07 | 1 | -1/+1 | |
|\ | | | | | Update svgjs.d.ts | |||||
| * | Update svgjs.d.ts | Dmitry | 2017-08-05 | 1 | -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 | |||||
* | bump 2.6.32.6.3 | Ulrich-Matthias Schäfer | 2017-07-21 | 4 | -4/+10 | |
| | ||||||
* | fixing node error in parent method when hitting document node (#720) | Ulrich-Matthias Schäfer | 2017-07-21 | 3 | -5/+7 | |
| | ||||||
* | Add tests for fix array values which were not animated (#698) | Rémi Tétreault | 2017-07-09 | 1 | -0/+55 | |
| | ||||||
* | fix array values which were not animated (#698) | Ulrich-Matthias Schäfer | 2017-07-06 | 3 | -2/+6 | |
| | ||||||
* | Merge pull request #686 from maltefl/typescript_fixes | Ulrich-Matthias Schäfer | 2017-06-06 | 2 | -6/+6 | |
|\ | | | | | TypeScript fixes and remove unused parameter | |||||
| * | Syntax fixes in TypeScript declaration file | Malte Fastrup Lyngsø | 2017-06-06 | 1 | -5/+5 | |
| | | ||||||
| * | Removed unused parameter spof of function spof() | Malte Fastrup Lyngsø | 2017-06-06 | 1 | -1/+1 | |
|/ | ||||||
* | bump 2.6.22.6.2 | Ulrich-Matthias Schäfer | 2017-06-05 | 4 | -5533/+5532 | |
| | ||||||
* | changelog, gitignore | Ulrich-Matthias Schäfer | 2017-06-04 | 2 | -0/+2 | |
| | ||||||
* | Update CHANGELOG and rebuild the lib | Rémi Tétreault | 2017-05-27 | 4 | -6/+41 | |
| | ||||||
* | Fixed links to releases | Jon Ege Ronnenberg | 2017-05-27 | 1 | -11/+14 | |
| | ||||||
* | Merge pull request #676 from jcorentin/fix-height-width-animation | Rémi Tétreault | 2017-05-26 | 2 | -0/+24 | |
|\ | | | | | Make width() and height() setters animatable | |||||
| * | Add unit tests for width & height animation | Corentin J | 2017-05-11 | 1 | -0/+16 | |
| | | ||||||
| * | Add animatable width & height | Corentin J | 2017-05-11 | 1 | -0/+8 | |
| | | ||||||
* | | Add missing type definitions to svg.js.d.ts (#680) | Youngrok Kim | 2017-05-20 | 1 | -4/+8 | |
| | | ||||||
* | | fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll ↵ | Rémi Tétreault | 2017-05-14 | 5 | -17/+43 | |
|/ | | | | callback call animate (#677) | |||||
* | revert the previous commit | Rémi Tétreault | 2017-05-02 | 5 | -151/+42 | |
| | | | | remove the typeof check in the initialisation of SVG.Matrix | |||||
* | allow SVG.Matrix to be passed SVG.Number | Rémi Tétreault | 2017-05-01 | 5 | -11/+140 | |
| | ||||||
* | Adds the intended functionality to call animate functions with multiple ↵ | Ulrich-Matthias Schäfer | 2017-04-30 | 3 | -12/+31 | |
| | | | | | parameter (#671) e.g. `el.animate().zoom(level, point)` | |||||
* | fixed `SVG.FX.once` so that it add its callback on the last situation ↵ | Rémi Tétreault | 2017-04-30 | 5 | -5489/+5499 | |
| | | | | instead of the current one | |||||
* | format fixture svg and remove redundant css (use fixture.css instead) | dotnetCarpenter | 2017-04-27 | 2 | -38/+32 | |
| | ||||||
* | move fixtures to the fixtures folder | dotnetCarpenter | 2017-04-27 | 4 | -4/+4 | |
| | ||||||
* | updated jasmine to 2.6.0 and added @RmiTtro as maintainer | dotnetCarpenter | 2017-04-26 | 9 | -1141/+2460 | |
| |