svnno****@sourc*****
svnno****@sourc*****
2009年 12月 20日 (日) 21:25:11 JST
Revision: 1479
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1479
Author: dhrname
Date: 2009-12-20 21:25:11 +0900 (Sun, 20 Dec 2009)
Log Message:
-----------
Modified Paths:
--------------
branches/05x/056/sie.js
Modified: branches/05x/056/sie.js
===================================================================
--- branches/05x/056/sie.js 2009-12-18 14:35:19 UTC (rev 1478)
+++ branches/05x/056/sie.js 2009-12-20 12:25:11 UTC (rev 1479)
@@ -2568,10 +2568,12 @@
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();}