svnno****@sourc*****
svnno****@sourc*****
2010年 1月 3日 (日) 23:00:45 JST
Revision: 1525
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1525
Author: dhrname
Date: 2010-01-03 23:00:44 +0900 (Sun, 03 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/05x/sie.js
Modified: branches/05x/sie.js
===================================================================
--- branches/05x/sie.js 2010-01-03 13:59:21 UTC (rev 1524)
+++ branches/05x/sie.js 2010-01-03 14:00:44 UTC (rev 1525)
@@ -202,6 +202,7 @@
this.rootElement.appendChild(backr);
var trstyle = this.rootElement.style;
var tpstyle = ob.style;
+ //以下、画像を切り取り
trstyle.overflow = "hidden";
var backrs = backr.currentStyle;
var viewWidth = w > sw ? sw : w, viewHeight = h > sh ? sh : h; //ウィンドウ枠の長さを決定する
@@ -2621,7 +2622,6 @@
ob.coordsize = regwv +" "+ reghv;
var STdocument = new SVGtoVML(obc, obwidth, obheight, regw, regh);
obj.parentNode.insertBefore(ob, obj);
- var dewp = new Date();
STdocument.read(ob);
STdocument.set(ob);
STdocument = obw = obh = regw = regh = null;