svnno****@sourc*****
svnno****@sourc*****
2010年 1月 7日 (木) 21:18:19 JST
Revision: 1551
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1551
Author: dhrname
Date: 2010-01-07 21:18:19 +0900 (Thu, 07 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/05x/058/sie.js
Modified: branches/05x/058/sie.js
===================================================================
--- branches/05x/058/sie.js 2010-01-07 12:09:05 UTC (rev 1550)
+++ branches/05x/058/sie.js 2010-01-07 12:18:19 UTC (rev 1551)
@@ -725,9 +725,10 @@
if (isM[com] && Fli > 3) { //MoveToが複数の座標ならば、2番目以降の座標ペアをLineToとして処理
F.splice(3, 0, "l");
}
+ rx = ry = null;
}
dat += F.join(" ");
- F = null;
+ com = F = null;
}
D = dd = Fli = null; //解放
} catch(e) {if(this.d == ""){/*d属性が空*/}else{stlog.add(e,355);}}