A fist stab at foreignObject support

Ability to resize (etc) the still-invisible
element.
Also, some improvements from SVG-Edit trunk.
This commit is contained in:
Jacques Distler 2010-02-08 21:39:35 -06:00
parent f98802336f
commit 65b00d8551
8 changed files with 323 additions and 160 deletions

View file

@ -42,7 +42,6 @@ function svg_edit_setup() {
default_img_url = "images/logo.png",
workarea = $("#workarea");
// Store and retrieve preferences
$.pref = function(key, val) {
if(val) curPrefs[key] = val;
@ -2704,7 +2703,7 @@ function svg_edit_setup() {
updateCanvas(true);
});
// var revnums = "svg-editor.js ($Rev: 1347 $) ";
// var revnums = "svg-editor.js ($Rev: 1355 $) ";
// revnums += svgCanvas.getVersion();
// $('#copyright')[0].setAttribute("title", revnums);
return svgCanvas;