[Sie-announce] SIEコード [2256] 0. 66ベータ版の修正を取り込んだ

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 27日 (月) 23:25:31 JST


Revision: 2256
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2256
Author:   dhrname
Date:     2010-12-27 23:25:31 +0900 (Mon, 27 Dec 2010)

Log Message:
-----------
0.66ベータ版の修正を取り込んだ

Modified Paths:
--------------
    branches/06x/067/org/w3c/dom/svg.js

Property Changed:
----------------
    branches/06x/067/org/w3c/dom/svg.js

Modified: branches/06x/067/org/w3c/dom/svg.js
===================================================================
--- branches/06x/067/org/w3c/dom/svg.js	2010-12-27 14:23:53 UTC (rev 2255)
+++ branches/06x/067/org/w3c/dom/svg.js	2010-12-27 14:25:31 UTC (rev 2256)
@@ -1326,11 +1326,12 @@
       var tar = evt.target;
       var s = tar.getElementsByTagNameNS("http://www.w3.org/2000/svg", "*");
       if (s) {
+        tar._currentStyle = tar._cacheMatrix = null; //キャッシュを消去
         var evtt = tar.ownerDocument.createEvent("MutationEvents");
         evtt.initMutationEvent("DOMNodeInsertedIntoDocument", false, false, null, null, null, null, null);
         for (var i=0,sli=s.length;i<sli;++i) {
           var di = s[i];
-          di._cacheMatrix = null; //キャッシュを消去
+          di._currentStyle = di._cacheMatrix = null;
           di.dispatchEvent(evtt);
           di = null;
         }
@@ -5535,7 +5536,7 @@
           }
         }
         adv = advanceX = glyphData = null;
-      } else {
+      } else if ("tspan|a".indexOf(node.localName) > -1){
         NAIBU._noie_createFont(node, font, isMSIE);
       }
       node = node.nextSibling;


Property changes on: branches/06x/067/org/w3c/dom/svg.js
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2209
/branches/06x/066/org/w3c/dom/svg.js:2211-2239
/branches/06x/org/w3c/dom/svg.js:2241-2247
/branches/ufltima/dom/svg.js:1621-1856
   + /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2209
/branches/06x/066/org/w3c/dom/svg.js:2211-2239
/branches/06x/org/w3c/dom/svg.js:2241-2255
/branches/ufltima/dom/svg.js:1621-1856




Sie-announce メーリングリストの案内
Back to archive index