Preliminary SVG-edit Support

WYSIWYG SVG editing.

Still no support for mixed
SVG/MathML content, yet.
This commit is contained in:
Jacques Distler 2010-02-05 21:36:35 -06:00
parent 954bcb52c2
commit c3ed5b461b
224 changed files with 32910 additions and 21 deletions

View file

@ -0,0 +1,4 @@
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");
}