svnno****@sourc*****
svnno****@sourc*****
2011年 6月 21日 (火) 21:25:11 JST
Revision: 2781
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2781
Author: dhrname
Date: 2011-06-21 21:25:11 +0900 (Tue, 21 Jun 2011)
Log Message:
-----------
IEで作動しないので、deleteの式を,(コンマ)で区切るのをやめて、別々に分けておいた
Modified Paths:
--------------
branches/08x/080/org/w3c/dom/svg.js
Modified: branches/08x/080/org/w3c/dom/svg.js
===================================================================
--- branches/08x/080/org/w3c/dom/svg.js 2011-06-19 14:05:25 UTC (rev 2780)
+++ branches/08x/080/org/w3c/dom/svg.js 2011-06-21 12:25:11 UTC (rev 2781)
@@ -2991,7 +2991,8 @@
tt.path = dat.join(" ");
tt.coordsize = vi.width.baseVal.value + " " + vi.height.baseVal.value;
NAIBU._setPaint(tar, matrix);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = tar = dat = t = tx = ty = matrix = tlist = x = y = _parseInt = ma = mb = mc = md = me = mf = vi = isZ = isC = i = tli = tps = ti = cname = tt = null;
};
SVGPathElement.prototype._com = {
@@ -3365,7 +3366,8 @@
ele.path = dat;
ele.coordsize = w + " " + h;
NAIBU._setPaint(tar, ctm);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = tar = style = list = dat = ele = vi = fontSize = null;
}, false);
evt = tar = null;
@@ -3441,7 +3443,8 @@
ele.path = dat;
ele.coordsize = w + " " + h;
NAIBU._setPaint(tar, ctm);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = tar = list = style = fontSize = dat = ele = null;
}, false);
evt = tar = null;
@@ -3520,7 +3523,8 @@
ele.path = dat;
ele.coordsize = w + " " + h;
NAIBU._setPaint(tar, ctm);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = ele = tar = style = fontSize = dat = list = ctm = w = h = null;
}, false);
evt = tar = null;
@@ -3589,7 +3593,8 @@
ele.path = dat;
ele.coordsize = w + " " + h;
NAIBU._setPaint(tar, ctm);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = ele = tar = style = fontSize = dat = list = ctm = vi = w = h = null;
}, false);
evt = tar = null;
@@ -3668,7 +3673,8 @@
ele.path = dat;
ele.coordsize = w + " " + h;
NAIBU._setPaint(tar, ctm);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = ele = tar = dat = list = ctm = w = h = null;
}, false);
evt = tar = null;
@@ -3751,7 +3757,8 @@
ele.path = dat;
ele.coordsize = w + " " + h;
NAIBU._setPaint(tar, ctm);
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
evt = ele = tar = dat = list = ctm = w = h = null;
}, false);
evt = tar = null;
@@ -4216,7 +4223,8 @@
backr.filled = "false";
ttp.appendChild(backr);
}
- delete tar._cacheMatrix, tar._currentStyle;
+ delete tar._cacheMatrix;
+ delete tar._currentStyle;
isRect = evt = tar = style = tpp = ttpc = null;
}, false);
evt = tar = null;