git-svn-id: http://svg-edit.googlecode.com/svn/trunk@563 eee81c28-f429-11dd-99c0-75d572ba1ddd
5 lines
185 B
JavaScript
5 lines
185 B
JavaScript
function start_svg_edit() {
|
|
var url = "chrome://svg-edit/content/editor/svg-editor.html";
|
|
window.openDialog(url, "SVG Editor", "width=1024,height=700,menubar=no,toolbar=no");
|
|
}
|