Closed Slessi closed 2 months ago
Same error! :(
it's SVG error when you saveing follow the below instructions(on illustrate),
Save As, SVG, SVG 1.1, and then uncheck "Include Slicing Data".
you can try this
const XMLReader = require('xmldome/sax').XMLReader
const oldParse = XMLReader.prototype.parse
const myEntityMap = {
'times': '*'
};
XMLReader.prototype.parse = function(source,defaultNSMap,entityMap){
return oldParse.call(this, source, defaultNSMap, Object.assign(entityMap, myEntityMap));
};
Getting the below when trying to render an SVG
All the above are mentioned at the top of the relevant SVG, shown here: