|
@@ -19,7 +19,7 @@ var Canvas, Canvas_native;
|
|
} else {
|
|
} else {
|
|
pre = (typeof VNC_uri_prefix !== "undefined") ?
|
|
pre = (typeof VNC_uri_prefix !== "undefined") ?
|
|
VNC_uri_prefix : "include/";
|
|
VNC_uri_prefix : "include/";
|
|
- document.write(start + pre + "excanvas.js" + end);
|
|
|
|
|
|
+ //document.write(start + pre + "excanvas.js" + end);
|
|
Canvas_native = false;
|
|
Canvas_native = false;
|
|
}
|
|
}
|
|
}());
|
|
}());
|
|
@@ -150,7 +150,7 @@ init: function (id) {
|
|
} else {
|
|
} else {
|
|
console.warn("Using excanvas canvas emulation");
|
|
console.warn("Using excanvas canvas emulation");
|
|
//G_vmlCanvasManager.init(c);
|
|
//G_vmlCanvasManager.init(c);
|
|
- G_vmlCanvasManager.initElement(c);
|
|
|
|
|
|
+ //G_vmlCanvasManager.initElement(c);
|
|
}
|
|
}
|
|
|
|
|
|
if (! c.getContext) { throw("No getContext method"); }
|
|
if (! c.getContext) { throw("No getContext method"); }
|