]> source.dussan.org Git - svg.js.git/commit
Completely reworked transform system
authorwout <wout@impinc.co.uk>
Fri, 11 Jul 2014 21:36:17 +0000 (23:36 +0200)
committerwout <wout@impinc.co.uk>
Fri, 11 Jul 2014 21:36:17 +0000 (23:36 +0200)
commit462d2cd3738c904db0be7086878d1fcc17b79553
treeafabf22b2f46e5432dc0d56219872f590eb19892
parent7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc
Completely reworked transform system
29 files changed:
CHANGELOG.md
Gemfile
Gemfile.lock
README.md
Rakefile
dist/svg.js
dist/svg.min.js
spec/index.html
spec/spec/container.js
spec/spec/element.js
spec/spec/matrix.js [new file with mode: 0644]
spec/spec/selector.js
src/attr.js [new file with mode: 0644]
src/bbox.js [deleted file]
src/boxes.js [new file with mode: 0755]
src/element.js
src/ellipse.js
src/group.js
src/helpers.js
src/line.js
src/matrix.js
src/patharray.js
src/rbox.js [deleted file]
src/regex.js
src/style.js [new file with mode: 0644]
src/sugar.js
src/transform.js [new file with mode: 0644]
src/transporter.js [new file with mode: 0644]
src/utilities.js