]> source.dussan.org Git - svg.js.git/commit
Added marker, symbol and dynamic referencing
authorwout <wout@impinc.co.uk>
Tue, 17 Jun 2014 18:17:01 +0000 (20:17 +0200)
committerwout <wout@impinc.co.uk>
Tue, 17 Jun 2014 18:17:01 +0000 (20:17 +0200)
commit1c50b34aba8fe613f4002cc84b41411c0f546308
treec4ea746d29e650605eec74c17abca0127f37876f
parentadad1d062678522e684bfe5216f63a3f400bd3c9
Added marker, symbol and dynamic referencing
31 files changed:
CHANGELOG.md
README.md
Rakefile
bower.json
component.json
dist/svg.js
dist/svg.min.js
package.json
spec/index.html
spec/spec/defs.js [new file with mode: 0644]
spec/spec/element.js
spec/spec/helper.js
spec/spec/marker.js [new file with mode: 0644]
spec/spec/regex.js
spec/spec/selector.js [new file with mode: 0644]
spec/spec/set.js
spec/spec/svg.js
spec/spec/symbol.js [new file with mode: 0644]
spec/spec/text.js
src/defs.js
src/element.js
src/gradient.js
src/helpers.js
src/marker.js [new file with mode: 0644]
src/pattern.js
src/regex.js
src/selector.js [new file with mode: 0644]
src/set.js
src/svg.js
src/symbol.js [new file with mode: 0644]
src/text.js