svnno****@sourc*****
svnno****@sourc*****
2009年 11月 2日 (月) 20:36:23 JST
Revision: 1388 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1388 Author: dhrname Date: 2009-11-02 20:36:23 +0900 (Mon, 02 Nov 2009) Log Message: ----------- Modified Paths: -------------- branches/05x/053/sie.js Modified: branches/05x/053/sie.js =================================================================== --- branches/05x/053/sie.js 2009-11-02 11:31:40 UTC (rev 1387) +++ branches/05x/053/sie.js 2009-11-02 11:36:23 UTC (rev 1388) @@ -1954,7 +1954,7 @@ }; NAIBU.pathData = function(/*string*/ data, /*Element*/ p, /*boolean*/ t, /*float*/x, y, w, h, fontSize, em) { //CTMでフォントを移動させておく - var fe = fontSize / em, matrix = new STMatrix(fe, 0, 0, -fe, x*fe, -y*fe); + var fe = fontSize / em, matrix = new Matrix(fe, 0, 0, -fe, x*fe, -y*fe); if (t) { //IEならば var s = new STPath(p, matrix); s.d = data;