svnno****@sourc*****
svnno****@sourc*****
2009年 6月 7日 (日) 22:44:27 JST
Revision: 1209 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1209 Author: dhrname Date: 2009-06-07 22:44:27 +0900 (Sun, 07 Jun 2009) Log Message: ----------- Modified Paths: -------------- branches/05x/051/sie.js Modified: branches/05x/051/sie.js =================================================================== --- branches/05x/051/sie.js 2009-06-05 14:18:21 UTC (rev 1208) +++ branches/05x/051/sie.js 2009-06-07 13:44:27 UTC (rev 1209) @@ -1929,10 +1929,12 @@ obst.width = regwv+ "px"; obst.height = reghv+ "px"; ob.coordsize = regwv +" "+ reghv; + var dnd = 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() - dnd.getTime()); STdocument = obw = obh = regw = regh = null; NAIBU.PaintColor.prototype.cache = {}; //キャッシュの初期化 if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}