Fix killer bug when attempting to edit SVGs from prior SVG-Edit versions
D'Oh!
This commit is contained in:
parent
aa0a151ba4
commit
f7f1668e31
|
@ -5613,7 +5613,7 @@ function BatchCommand(text) {
|
||||||
nonce = n;
|
nonce = n;
|
||||||
if (extensions["Arrows"]) call("setarrownonce", n) ;
|
if (extensions["Arrows"]) call("setarrownonce", n) ;
|
||||||
} else {
|
} else {
|
||||||
svgcontent.setAttributeNS(xmlnsns, 'xml:se', se_ns);
|
svgcontent.setAttributeNS(xmlnsns, 'xmlns:se', se_ns);
|
||||||
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
|
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
|
||||||
}
|
}
|
||||||
// change image href vals if possible
|
// change image href vals if possible
|
||||||
|
|
Loading…
Reference in a new issue