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-75d572ba1dddmaster
parent
50c248dcb0
commit
d9e5b797f4
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue