aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #831 from mpro7/type-definition-fixUlrich-Matthias Schäfer2018-04-011-2/+3
| |\ \ | | | | | | | | WIP: type definitions fixed for selector.js + added click method for …
| | * | post-review fixesmpro72018-03-311-2/+2
| | | |
| | * | WIP: type definitions fixed for selector.js + added click method for set.jsmpro72018-03-211-3/+4
| |/ /
| * | Merge pull request #830 from FrankSandqvist/patch-1Ulrich-Matthias Schäfer2018-03-191-0/+3
| |\ \ | | | | | | | | Typescript: X & Y Properties on Point
| | * | X & Y Properties on PointFrankSandqvist2018-03-181-0/+3
| |/ / | | | | | | Or should I not access these directly?
* / / Added a contributing and issue template guideSaivan2018-05-282-0/+74
|/ /
* | Fixed an issue where a matrix string contained invalid floatsSaivan2018-02-254-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/masterUlrich-Matthias Schäfer2018-02-231-17/+20
|\| | | | | Fix typings for missing element.js method
| * 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
* Merge pull request #817 from niceilm/masterUlrich-Matthias Schäfer2018-02-221-1/+1
|\ | | | | Fix typings for memory.js remember method order
| * Fix typings for memory.js remember method orderflynn.park2018-02-221-1/+1
|/ | | | https://www.typescriptlang.org/docs/handbook/declaration-merging.html
* Merge pull request #762 from Nexmean/fix-typingsUlrich-Matthias Schäfer2018-02-171-1/+1
|\ | | | | Fix typings for arrays that takes plot method.
| * 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]])
* | Year bumpW2018-02-131-1/+1
| |
* | Merge pull request #755 from YMIndustries/masterUlrich-Matthias Schäfer2018-02-101-1/+1
|\ \ | | | | | | Correctly handle namespaced self-closing tags
| * | Correctly handle hyphenated self-closing tagsJoshua Walsh2017-10-231-1/+1
| | | | | | | | | Relates to #754
| * | Correctly handle namespaced self-closing tagsJoshua Walsh2017-10-231-1/+1
| |/ | | | | Fixes #754
* | bump 2.6.42.6.4Ulrich-Matthias Schäfer2018-02-074-5524/+5530
| |
* | #805 Image memory leak fix (#806)Nenad Kuzmanovic2018-02-073-5518/+5526
| | | | | | | | Simple sulution with SVG.off() in callback
* | Merge pull request #765 from mark-sivill-splunk/comment-updateUlrich-Matthias Schäfer2017-12-192-3/+3
|\ \ | |/ |/| Comment updated to pain
| * Comment updated to painmark-sivill-splunk2017-12-192-3/+3
|/
* Merge pull request #748 from bschantz/svg-export-tsUlrich-Matthias Schäfer2017-10-081-0/+1
|\ | | | | Add getter form of svg method to TypeScript definition
| * Add getter form of svg method to TypeScript definitionBrian Schantz2017-10-081-0/+1
|/
* Merge pull request #729 from Predve4niy/patch-1Ulrich-Matthias Schäfer2017-08-071-1/+1
|\ | | | | Update svgjs.d.ts
| * 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
* bump 2.6.32.6.3Ulrich-Matthias Schäfer2017-07-214-4/+10
|
* fixing node error in parent method when hitting document node (#720)Ulrich-Matthias Schäfer2017-07-213-5/+7
|
* Add tests for fix array values which were not animated (#698)Rémi Tétreault2017-07-091-0/+55
|
* fix array values which were not animated (#698)Ulrich-Matthias Schäfer2017-07-063-2/+6
|
* Merge pull request #686 from maltefl/typescript_fixesUlrich-Matthias Schäfer2017-06-062-6/+6
|\ | | | | TypeScript fixes and remove unused parameter
| * Syntax fixes in TypeScript declaration fileMalte Fastrup Lyngsø2017-06-061-5/+5
| |
| * Removed unused parameter spof of function spof()Malte Fastrup Lyngsø2017-06-061-1/+1
|/
* bump 2.6.22.6.2Ulrich-Matthias Schäfer2017-06-054-5533/+5532
|
* changelog, gitignoreUlrich-Matthias Schäfer2017-06-042-0/+2
|
* Update CHANGELOG and rebuild the libRémi Tétreault2017-05-274-6/+41
|
* Fixed links to releasesJon Ege Ronnenberg2017-05-271-11/+14
|
* Merge pull request #676 from jcorentin/fix-height-width-animationRémi Tétreault2017-05-262-0/+24
|\ | | | | Make width() and height() setters animatable
| * Add unit tests for width & height animationCorentin J2017-05-111-0/+16
| |
| * Add animatable width & heightCorentin J2017-05-111-0/+8
| |
* | Add missing type definitions to svg.js.d.ts (#680)Youngrok Kim2017-05-201-4/+8
| |
* | fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll ↵Rémi Tétreault2017-05-145-17/+43
|/ | | | callback call animate (#677)
* revert the previous commitRémi Tétreault2017-05-025-151/+42
| | | | remove the typeof check in the initialisation of SVG.Matrix
* allow SVG.Matrix to be passed SVG.NumberRémi Tétreault2017-05-015-11/+140
|
* Adds the intended functionality to call animate functions with multiple ↵Ulrich-Matthias Schäfer2017-04-303-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étreault2017-04-305-5489/+5499
| | | | instead of the current one
* format fixture svg and remove redundant css (use fixture.css instead)dotnetCarpenter2017-04-272-38/+32
|
* move fixtures to the fixtures folderdotnetCarpenter2017-04-274-4/+4
|
* updated jasmine to 2.6.0 and added @RmiTtro as maintainerdotnetCarpenter2017-04-269-1141/+2460
|