Fix Safari
Revision 1380 of SVG-Edit broke Safari. Revert the problematic change.
This commit is contained in:
parent
d503100fe9
commit
620bb2a1f7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* svgcanvas.js
|
* svgcanvas.js
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2
|
* Licensed under the Apache License, Version 2
|
||||||
|
@ -5615,7 +5615,7 @@ function BatchCommand(text) {
|
||||||
} catch(e) { console.log(e); }
|
} catch(e) { console.log(e); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
deepdive(svgcontent);
|
if(!isWebkit) {deepdive(svgcontent);}
|
||||||
|
|
||||||
var content = $(svgcontent);
|
var content = $(svgcontent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue