Build scenarios from data in SVG files
This commit is contained in:
@@ -88,5 +88,5 @@ global.selectCounter = function (counter) {
|
||||
}
|
||||
|
||||
global.svgDocument = function (document) {
|
||||
return `<?xml version="1.0" standalone="yes"?>\n` + document.querySelector('svg').outerHTML;
|
||||
return `<?xml version="1.0" standalone="no"?>\n` + document.querySelector('svg').outerHTML;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user