summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* deprecate SVG.TBoxdotnetCarpenter2017-02-244-15/+38
|
* remove SVG.TBoxdotnetCarpenter2017-02-2313-155/+38
|
* Added gradient testswout2017-02-222-2/+60
|
* Allow 0 to be passed without unitRémi Tétreault2017-02-225-12/+117
| | | | | | | | This commit finish fixing issue #552. It makes it unnecessary to specify a unit with 0 when interacting with another SVG.Number that has a unit. This was accomplished by modifying the operation methods of SVG.Number to allow them to use the unit of the passed number when this number as no unit.
* Added paths to benchwout2017-02-212-1/+22
|
* Updated benchwout2017-02-214-13/+13
|
* Added clone method to SVG.Array/PointArray/PathArray (#590)Ulrich-Matthias Schäfer2017-02-208-28/+104
|
* update changelogUlrich-Matthias Schäfer2017-02-191-0/+12
|
* Merge pull request #589 from RmiTtro/sort-leftovers-from-old-fxUlrich-Matthias Schäfer2017-02-1917-228/+715
|\ | | | | Sort out leftovers from the old fx module
| * Make some change to the previous commitRémi Tétreault2017-02-1711-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | Here is a list of the changes: * Enhance the call to plot in the constructor of SVG.Path, SVG.Line, SVG.Polyline and SVG.Polygon * Rewrite the description of the tests of the method plot for SVG.TextPath, SVG.Path, SVG.Line, SVG.Polyline and SVG.Polygon to make it more precise * Remove the useless parens surrounding track in the method array of SVG.TextPath
| * Sort out leftovers from the old fx moduleRémi Tétreault2017-02-1617-228/+715
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is mostly to clean up the implementation of the initAnimation method of the Fx Module (issue #547). It also fixes these issues: #552, #582 and #584. Here is a list of the changes and fixes that are made: * Add a plot and array method to SVG.TextPath (issue #582) * Make the method plot a getter when no parameter is passed for SVG.Polyline, SVG.Polygon, SVG.Line, SVG.Path (this idea come from issue #547) * Allow SVG.PointArray to be passed flat array * Change the regexp SVG.PointArray use to parse string to allow more flexibility in the way spaces and commas can be used to separate points (something like this is now accepted: '1, 2, 3, 4') * Allow plot to be called with 4 parameters when animating an SVG.Line * Fix a bug in the plain morphing part of SVG.MorphObj that is in the FX module * Relative value for SVG.Number are now calculated in its morph method (idea from issue #547) * Clean up the implementation of the initAnimation method of the FX module (issues #547, #552, #584)
* Documentup config no longer requiredWout2017-02-151-7/+0
|
* Updated CHANGELOGwout2017-02-051-3/+8
|
* Fixed sentenceJon Ege Ronnenberg2017-02-051-1/+1
| | | From "change from SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__" to "change SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__"
* added PR reference numberdotnetCarpenter2017-02-051-1/+1
|
* began notes for the 2.4.1 releasedotnetCarpenter2017-02-051-2/+6
|
* added newline for readabilitydotnetCarpenter2017-02-051-0/+1
|
* Merge branch 'master' of https://github.com/svgdotjs/svg.jsdotnetCarpenter2017-02-0515-4393/+558
|\
| * Format change log according to “Keep a CHANGELOG” guidelines (#578)Zearin2017-02-051-102/+336
| | | | | | | | | | | | | | | | | | | | | | | | * Switch dates to YYYY-MM-DD * Updating headings; add document title & desc * Add subheadings and group changes accordingly * Linkify release numbers in each heading * Mark unreleased version
| * Typo in typingswout2017-01-181-1/+1
| |
| * DocumentupWout2017-01-151-1/+1
| |
| * Documentup fixWout2017-01-151-2/+2
| |
| * Changed documentup twitter accountwout2017-01-151-1/+1
| |
| * Updated LICENSEwout2017-01-141-2/+2
| |
| * note to self for the 3.0 releasedotnetCarpenter2017-01-141-0/+1
| |
| * version 2.4.0 - new feature: path animation2.4.0dotnetCarpenter2017-01-141-1/+1
| |
| * wrapping up for 2.4.0 releasedotnetCarpenter2017-01-142-2/+4
| |
| * update documentation to reflect our new basic path animation support - ↵dotnetCarpenter2017-01-141-0/+1
| | | | | | | | closing #561
| * Make some fixes in SVG.PathArrayRémi Tétreault2017-01-144-25/+30
| | | | | | | | | | Rename the method haveSameCommands to equalCommands and replace undefined by null.
| * Implement a more basic morph method for SVG.PathArrayRémi Tétreault2017-01-149-1605/+96
| | | | | | | | | | | | The method expect the paths to use the exact same commands. It will not attempt to modify them if they do not. Any more complex algorithm shall be provided as a plugin instead in order to keep the size of the library down.
| * Implement the morph method of SVG.PathArrayRémi Tétreault2017-01-149-22/+1745
| | | | | | | | | | Also add methods to SVG.Point that allow to perform operations between two points.
| * version 2.3.7 - maintenance release2.3.7dotnetCarpenter2017-01-141-1/+1
| |
| * Wrapping up for 2.3.7 releasedotnetCarpenter2017-01-1410-38/+17
| |
| * Restored original READMEWout2017-01-141-2/+24
| |
| * Adding documentup referrerWout2017-01-141-24/+2
| |
| * 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
| |
| * add CDNJS version badge in README.md (#566)Daniel Wang2017-01-141-0/+1
| | | | | | convey our current published version clearly
| * Updated READMEwout2017-01-142-5/+17
| |
| * Updated docswout2017-01-143-4124/+10
| |
* | update documentation to reflect our new basic path animation support - ↵dotnetCarpenter2016-12-252-3/+14
| | | | | | | | closing #561
* | Make some fixes in SVG.PathArrayRémi Tétreault2016-12-234-25/+30
| | | | | | | | | | Rename the method haveSameCommands to equalCommands and replace undefined by null.
* | Implement a more basic morph method for SVG.PathArrayRémi Tétreault2016-12-209-1605/+96
| | | | | | | | | | | | The method expect the paths to use the exact same commands. It will not attempt to modify them if they do not. Any more complex algorithm shall be provided as a plugin instead in order to keep the size of the library down.
* | Implement the morph method of SVG.PathArrayRémi Tétreault2016-12-209-22/+1745
|/ | | | | Also add methods to SVG.Point that allow to perform operations between two points.
* accidently removed dist/svg.min.js from repodotnetCarpenter2016-11-132-1/+3
|
* updated changelog for 2.3.7dotnetCarpenter2016-11-131-2/+2
|
* speedup build for testsdotnetCarpenter2016-11-134-4/+3
|
* added `npm run test:quick` which aim at being fast rather than correct - ↵dotnetCarpenter2016-11-134-2/+86
| | | | great for git hooks
* updated changelog for 2.3.7dotnetCarpenter2016-11-131-0/+2
|