Preliminary SVG-edit Support
WYSIWYG SVG editing. Still no support for mixed SVG/MathML content, yet.
This commit is contained in:
parent
954bcb52c2
commit
c3ed5b461b
224 changed files with 32910 additions and 21 deletions
3
public/svg-edit/extras/server-save/svg-editor-save.js
Normal file
3
public/svg-edit/extras/server-save/svg-editor-save.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
this.saveHandler = function(svg) {
|
||||
$.post("svg-editor-save.php", { svg_data: escape(svg) } );
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue