svnno****@sourc*****
svnno****@sourc*****
2010年 1月 7日 (木) 21:21:20 JST
Revision: 1552
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1552
Author: dhrname
Date: 2010-01-07 21:21:20 +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:18:19 UTC (rev 1551)
+++ branches/05x/058/sie.js 2010-01-07 12:21:20 UTC (rev 1552)
@@ -643,8 +643,7 @@
.replace(c, ",")
.replace(/([\d.])-/g, "$1,-");
var D = _eval('('+dd+')'); //ここまでd属性のパーサ
- var ttm = this.transformable;
- var preCom;
+ var ttm = this.transformable, preCom;
var x = y = 0; //現在の点の絶対座標
var x0 = y0 = 0; //subpath の始点の絶対座標
var dx = dy = 0;
@@ -737,7 +736,7 @@
ele.path = dat + " e";
ele.coordsize = w + " " + h;
this.paint.set(w, h, ttm);
- dat = this.paint = ttm = this.transformable = this.d = preCom = x = y = x0 = y0 = dx = dy = tma = tmb = tmc = tmd = tme = tmf = w = h = null; //解放
+ ele = dat = this.paint = ttm = this.transformable = this.d = preCom = x = y = x0 = y0 = dx = dy = tma = tmb = tmc = tmd = tme = tmf = w = h = null; //解放
} catch(e) {stlog.add(e,372);}
};
})();