Correction for r2497 - namespace had changed from 2.6 branch, sorry, didn't spot it

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2498 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jonny Bradley 2013-03-16 14:11:43 +00:00
parent 50c248dcb0
commit d9e5b797f4
1 changed files with 1 additions and 1 deletions

View File

@ -4729,7 +4729,7 @@ this.setSvgString = function(xmlString) {
if (m) {
var url = decodeURIComponent(m[1]);
$(new Image()).load(function () {
image.setAttributeNS(xlinkns, 'xlink:href', url);
image.setAttributeNS(NS.XLINK, 'xlink:href', url);
}).attr('src', url);
}
}