cleanSvgFile(fileOut) {
    //var H=this;
    return new Promise((rs, rj) => {

      fs.readFile(fileOut, 'utf8', (e1, r1) => {