svnno****@sourc*****
svnno****@sourc*****
2009年 12月 24日 (木) 21:06:44 JST
Revision: 1495
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1495
Author: dhrname
Date: 2009-12-24 21:06:44 +0900 (Thu, 24 Dec 2009)
Log Message:
-----------
Modified Paths:
--------------
branches/05x/sie.js
Modified: branches/05x/sie.js
===================================================================
--- branches/05x/sie.js 2009-12-23 11:56:53 UTC (rev 1494)
+++ branches/05x/sie.js 2009-12-24 12:06:44 UTC (rev 1495)
@@ -2590,12 +2590,10 @@
obst.width = regwv+ "px";
obst.height = reghv+ "px";
ob.coordsize = regwv +" "+ reghv;
- var dewp = new Date();
var STdocument = new SVGtoVML(obc, obwidth, obheight, regw, regh);
obj.parentNode.insertBefore(ob, obj);
STdocument.read(ob);
STdocument.set(ob);
- alert((new Date()).getTime() - dewp.getTime());
STdocument = obw = obh = regw = regh = null;
NAIBU.PaintColor.prototype.cache = {}; //キャッシュの初期化
if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}