aboutsummaryrefslogtreecommitdiffstats
path: root/src/textpath.js
Commit message (Collapse)AuthorAgeFilesLines
* reworked textPath (see #705)Ulrich-Matthias Schäfer2017-07-071-28/+43
|
* Adds the intended functionality to call animate functions with multiple ↵Ulrich-Matthias Schäfer2017-04-301-1/+2
| | | | | parameter (#671) e.g. `el.animate().zoom(level, point)`
* Make some change to the previous commitRémi Tétreault2017-02-171-1/+1
| | | | | | | | | | | | | 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/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* fix lines function for textpath and make textpath a parent elementUlrich-Matthias Schäfer2016-03-231-1/+1
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Removed internal references from SVG.Textwout2014-08-251-16/+27
|
* Removing old unbiassed flag on textPath path creationwout2014-02-041-1/+1
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-37/+40
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Reworked SVG.Text to give more granular controlwout2013-07-231-30/+12
|
* Namespace fixes and added textPath and bumped to v0.270.28wout2013-07-221-0/+57