Whoops! Missed another piece of XML Namespace Bogosity
Also forgot to add the new PNGs.
This commit is contained in:
parent
502d4f20bb
commit
0b459d0a47
3 changed files with 1 additions and 1 deletions
BIN
public/svg-edit/editor/images/edit_foreign.png
Normal file
BIN
public/svg-edit/editor/images/edit_foreign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
public/svg-edit/editor/images/foreign.png
Normal file
BIN
public/svg-edit/editor/images/foreign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 B |
|
@ -1503,7 +1503,7 @@ function BatchCommand(text) {
|
||||||
var el = this;
|
var el = this;
|
||||||
$.each(this.attributes, function(i, attr) {
|
$.each(this.attributes, function(i, attr) {
|
||||||
var uri = attr.namespaceURI;
|
var uri = attr.namespaceURI;
|
||||||
if(uri && !nsuris[uri]) {
|
if(uri && !nsuris[uri] && nsMap[uri]) {
|
||||||
nsuris[uri] = true;
|
nsuris[uri] = true;
|
||||||
out.push(" xmlns:" + nsMap[uri] + '="' + uri +'"');
|
out.push(" xmlns:" + nsMap[uri] + '="' + uri +'"');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue