(string)
| 56 | } |
| 57 | |
| 58 | function importSvg(string) { |
| 59 | svgCanvas.importSvgString(e.target.result, true); |
| 60 | svgCanvas.alignSelectedElements("m", "page") |
| 61 | svgCanvas.alignSelectedElements("c", "page") |
| 62 | } |
| 63 | |
| 64 | const workarea = document.getElementById("workarea"); |
| 65 |
no outgoing calls
no test coverage detected