]> source.dussan.org Git - svg.js.git/commit
Added SVG.PathArray, updated data() and bumped to v1.0rc1
authorwout <wout@impinc.co.uk>
Wed, 29 Jan 2014 20:20:58 +0000 (21:20 +0100)
committerwout <wout@impinc.co.uk>
Wed, 29 Jan 2014 20:20:58 +0000 (21:20 +0100)
commit5b6736666dd85f8a063b87e6c6483ea47be4391c
tree139b35c98807ac36cad095af13ef45495958b78f
parent9688054367938f1e9240c2d8572e94bb0149bc77
Added SVG.PathArray, updated data() and bumped to v1.0rc1
29 files changed:
CHANGELOG.md
README.md
Rakefile
dist/svg.js
dist/svg.min.js
spec/index.html
spec/spec/element.js
spec/spec/ellipse.js
spec/spec/gradient.js
spec/spec/helper.js
spec/spec/image.js
spec/spec/line.js
spec/spec/path.js
spec/spec/polygon.js
spec/spec/polyline.js
spec/spec/rect.js
src/array.js
src/arraycache.js [new file with mode: 0644]
src/data.js [new file with mode: 0644]
src/doc.js
src/element.js
src/ellipse.js
src/fx.js
src/line.js
src/path.js
src/patharray.js [new file with mode: 0644]
src/pointarray.js
src/poly.js
src/svg.js