[Sie-announce] SIEコード [1800]

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2010年 4月 21日 (水) 23:32:24 JST


Revision: 1800
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1800
Author:   dhrname
Date:     2010-04-21 23:32:23 +0900 (Wed, 21 Apr 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/ufltima/dom/svg.js

Modified: branches/ufltima/dom/svg.js
===================================================================
--- branches/ufltima/dom/svg.js	2010-04-21 12:05:37 UTC (rev 1799)
+++ branches/ufltima/dom/svg.js	2010-04-21 14:32:23 UTC (rev 1800)
@@ -2721,9 +2721,7 @@
         var style = this.ownerDocument.defaultView.getComputedStyle(ele, null);
         isYokogaki = ((style.getPropertyValue("writing-mode")) === "lr-tb") ? true : false;
         fontSize = parseFloat(style.getPropertyValue("font-size"));
-        var matrix = ele.getScreenCTM();
-        fontSize = fontSize * Math.sqrt(Math.abs(matrix.determinant()));
-        ele = matrix = null;
+        ele = null;
         break;
       }
     }




Sie-announce メーリングリストの案内
アーカイブの一覧に戻る