]> source.dussan.org Git - svg.js.git/commit
Implemented SVG.invent function and bumped to v1.0rc3
authorwout <wout@impinc.co.uk>
Mon, 3 Feb 2014 14:14:47 +0000 (15:14 +0100)
committerwout <wout@impinc.co.uk>
Mon, 3 Feb 2014 14:14:47 +0000 (15:14 +0100)
commite2304534e0cfb6f6f4ab8c37ea5275ae26cd455a
tree2386e9f361d9c5fa1308387aeeaf33f00241b3c5
parent7a29817ffd764cf7ab6906250b57f234801c94e0
Implemented SVG.invent function and bumped to v1.0rc3
32 files changed:
CHANGELOG.md
README.md
Rakefile
bower.json
component.json
dist/svg.js
dist/svg.min.js
package.json
src/clip.js
src/container.js
src/defs.js
src/doc.js
src/element.js
src/ellipse.js
src/gradient.js
src/group.js
src/hyperlink.js
src/image.js
src/inventor.js [new file with mode: 0644]
src/line.js
src/mask.js
src/nested.js
src/parent.js
src/path.js
src/poly.js
src/rect.js
src/set.js
src/shape.js
src/svg.js
src/text.js
src/textpath.js
src/use.js