xyc
2024-11-18 2d6c0d1cffe663b3b37ef7e0575cfe6e11d8fd85
1
2
3
4
function startSvgEdit () { // eslint-disable-line no-unused-vars
  const url = 'chrome://svg-edit/content/editor/svg-editor.html';
  window.openDialog(url, 'SVG Editor', 'width=1024,height=700,menubar=no,toolbar=no');
}