]> source.dussan.org Git - svg.js.git/commit
Make some change to the previous commit 589/head
authorRémi Tétreault <tetreault.remi@gmail.com>
Sat, 18 Feb 2017 03:23:51 +0000 (22:23 -0500)
committerRémi Tétreault <tetreault.remi@gmail.com>
Sat, 18 Feb 2017 03:23:51 +0000 (22:23 -0500)
commita3c0018d969cc7539c561e9fed2cb1bae679d6cd
tree148c4334b6c32e4eb35ea8a1012820b9b57fd473
parent0f21fd2aead7b6c409d0fb36cce55c56e9529a1a
Make some change to the previous commit

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
dist/svg.js
dist/svg.min.js
spec/spec/line.js
spec/spec/path.js
spec/spec/polygon.js
spec/spec/polyline.js
spec/spec/textpath.js
src/line.js
src/path.js
src/poly.js
src/textpath.js