H A D | DiagramsEditor.js | 4 * @param {string} svg The SVG data to save 37 #svg = ''; field in DiagramsEditor 57 this.#saveCallback = (svg) => this.#saveMediaFile(mediaid, svg); 66 this.#svg = await response.text(); 80 this.#saveCallback = (svg) => this.#saveEmbed(pageid, position, length, svg); 94 this.#svg = await response.text(); 107 * @param {string} svg The SVG raw data to edit, empty for new file 110 editMemory(svg, callbac argument 123 saveMediaFile(mediaid, svg) global() argument 146 saveEmbed(pageid, position, length, svg) global() argument 172 savePngCache(svg, png) global() argument [all...] |