xyc
2024-07-24 93e6bae4c6b4ce5b37d73517a4c212c5496c4d68
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');
}