correct importation with gradients
parent
69839f2a19
commit
fbed0d8a51
|
@ -6008,6 +6008,8 @@ this.importSvgString = function(xmlString) {
|
|||
|
||||
this.prepareSvg(newDoc);
|
||||
|
||||
newDoc = this.styleToAttr(newDoc);
|
||||
|
||||
// import new svg document into our document
|
||||
var svg = svgdoc.adoptNode(newDoc.documentElement);
|
||||
|
||||
|
|
Loading…
Reference in New Issue