MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / importSvg

Function importSvg

src/js/Image.js:58–62  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

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

Callers 2

importImageFunction · 0.85
importSvgFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected