c3ed5b461b
WYSIWYG SVG editing. Still no support for mixed SVG/MathML content, yet.
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
this.saveHandler = function(svg) {
|
|
$.post("svg-editor-save.php", { svg_data: escape(svg) } );
|
|
});
|