svnno****@sourc*****
svnno****@sourc*****
2010年 11月 12日 (金) 20:57:25 JST
Revision: 2138
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2138
Author: dhrname
Date: 2010-11-12 20:57:25 +0900 (Fri, 12 Nov 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/06x/063/org/w3c/dom/svg.js
Modified: branches/06x/063/org/w3c/dom/svg.js
===================================================================
--- branches/06x/063/org/w3c/dom/svg.js 2010-11-12 11:55:45 UTC (rev 2137)
+++ branches/06x/063/org/w3c/dom/svg.js 2010-11-12 11:57:25 UTC (rev 2138)
@@ -2517,10 +2517,10 @@
} else {
var x1 = rx, y1 = ry;
}
- tnl.appendItem(tar.createSVGPathSegCurvetoCubicAbs(cx, cy, x1, y1, ti.x2, ti.y2));
} else {
-
+ var x1 = rx, y1 = ry;
}
+ tnl.appendItem(tar.createSVGPathSegCurvetoCubicAbs(cx, cy, x1, y1, ti.x2, ti.y2));
} else if (dii === "s") {
if (j !== 0) {
var tg = tnl.getItem(tnl.numberOfItems-1);
@@ -2530,8 +2530,10 @@
} else {
var x1 = rx, y1 = ry;
}
- tnl.appendItem(tar.createSVGPathSegCurvetoCubicAbs(cx, cy, x1, y1, ti.x2+rx, ti.y2+ry));
+ } else {
+ var x1 = rx, y1 = ry;
}
+ tnl.appendItem(tar.createSVGPathSegCurvetoCubicAbs(cx, cy, x1, y1, ti.x2+rx, ti.y2+ry));
} else if (dii === "T" || dii === "t") {
if (j !== 0) {
var tg = tlist.getItem(j-1);