Add MathML elements to whitelist and updates by Jacques Distler to handle foreignObject. Fix line-height in svgcanvas.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1367 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-02-10 04:41:11 +00:00
parent 3ee6a57b96
commit 5628254649
3 changed files with 46 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ function svg_edit_setup() {
// with a gradient will appear black in Firefox, etc. See bug 308590
// https://bugzilla.mozilla.org/show_bug.cgi?id=308590
var saveHandler = function(window,svg) {
window.open("data:image/svg+xml;base64," + Utils.encode64(svg));
window.open("data:image/svg+xml;base64," + Utils.encode64(svg));
};
// called when we've selected a different element