Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -32/+0 |
| | |||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -0/+1 |
| | |||||
* | implement registerMethods(), introduce real arrays for modern browsers, fix ↵ | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -0/+1 |
| | | | | some tests | ||||
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -0/+30 |
| | |||||
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -67/+0 |
| | |||||
* | Actually added the linter to gulp and fixed most errors | Saivan | 2018-02-27 | 1 | -0/+2 |
| | | | | | | This commit fixes most of the errors raised by standard. There is still a strange call error, but that will be the focus of the next commit | ||||
* | All files now loosely abide by standard linting | Saivan | 2018-02-27 | 1 | -24/+26 |
| | | | | | | This commit completes the rest of the files, making sure they are in the standard linting format. Next we will add the linter to the build process of our application. | ||||
* | `SVG.extend` now expects exactly one module or an array of modules | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -1/+1 |
| | | | | | | Conflicts: dist/svg.js dist/svg.min.js | ||||
* | Speed improvements for plot() on path, polygon and poly line elements. | wout | 2017-03-24 | 1 | -1/+6 |
| | |||||
* | Make some change to the previous commit | Rémi Tétreault | 2017-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 module | Rémi Tétreault | 2017-02-16 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | Speed improvements on parent element | wout | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 1 | -23/+1 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -3/+7 |
| | |||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -23/+28 |
| | |||||
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -3/+5 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+12 |
| | |||||
* | Added animatible poly's, bumped to v0.31 | wout | 2013-08-01 | 1 | -17/+29 |
| | |||||
* | Added SVG.Array and bumped to v0.29 | wout | 2013-07-25 | 1 | -9/+3 |
| | |||||
* | Added deep traversing, reorganizd modules | wout | 2013-06-09 | 1 | -1/+13 |
| | |||||
* | Fixed plot poly with array of points | Rob Walch | 2013-04-08 | 1 | -2/+2 |
| | |||||
* | Added unbiased option to plotable elements | wout | 2013-03-24 | 1 | -2/+6 |
| | |||||
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -13/+16 |
| | | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo | ||||
* | Bumped to v0.9, added better style management, text support and extended ↵0.10 | wout | 2013-03-09 | 1 | -2/+2 |
| | | | | animation functionality | ||||
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -13/+13 |
| | |||||
* | Fix in poly element | wout | 2013-01-12 | 1 | -17/+0 |
| | |||||
* | Ensuring polygons and polylines are at position 0,0 within their wrapper | wout | 2013-01-12 | 1 | -1/+11 |
| | |||||
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -13/+10 |
| | |||||
* | Added polyline and polygon, removed cicle | wout | 2012-12-29 | 1 | -0/+38 |