wente
2024-07-01 f9d81769fb35d2fea8fb0da9162a39de4208b337
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');
}