]> source.dussan.org Git - svg.js.git/commit
removed `loaded()` and `error()`/`changed load()`
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 19 Mar 2017 15:41:01 +0000 (16:41 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 19 Mar 2017 15:41:01 +0000 (16:41 +0100)
commit60d3ad099f3ee1a39b401d12405dba9e4d7e5da2
treee4feaf91d7c2d0c8a9c7f174ad4908f3b8b6f1cc
parentdc846f3eeadf2aa8aa84fe2339b7e647937715ce
removed `loaded()` and `error()`/`changed load()`

SVG.Image is now constructed with:
- container.image(src, callback)
- new SVG.Image().load(src, callback)
CHANGELOG.md
dist/svg.js
dist/svg.min.js
spec/spec/container.js
spec/spec/element.js
spec/spec/image.js
src/attr.js
src/image.js