summaryrefslogtreecommitdiffstats
path: root/src/image.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.js')
-rw-r--r--src/image.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.js b/src/image.js
index a1d21c0..03fa1b1 100644
--- a/src/image.js
+++ b/src/image.js
@@ -11,7 +11,7 @@ SVG.extend(SVG.Image, {
// (re)load image
load: function(u) {
- return this.attr('href', u, SVG.xlink);
+ return this.attr('xlink:href', u, SVG.xlink);
}
}); \ No newline at end of file