summaryrefslogtreecommitdiffstats
path: root/src/line.js
Commit message (Collapse)AuthorAgeFilesLines
* Make some change to the previous commitRémi Tétreault2017-02-171-5/+5
| | | | | | | | | | | | | 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-161-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 elementwout2016-08-041-1/+1
|
* fixed line constructor which doesn't work with Array as input (#487)Ulrich-Matthias Schäfer2016-05-161-1/+1
| | | | added spec for mentioned issue
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Completely reworked transform systemwout2014-07-111-4/+4
|
* Added new SVG.Line class and working on SVG.Matrixwout2014-06-281-49/+20
|
* Bumped to 1.0.0-rc.6wout2014-03-041-1/+1
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-66/+65
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-1/+3
|
* Bumped to v0.33wout2014-01-221-5/+13
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+9
|
* Added plot() method to SVG.Linewout2013-03-241-0/+9
|
* Bumped to v0.11wout2013-03-241-11/+13
| | | | | | | | | - 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
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-27/+25
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-14/+15
| | | | animation functionality
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-14/+14
|
* Added SVG.Line as a native element0.5wout2013-02-021-0/+46