[Sie-announce] SIEコード [2011] text要素に対してfill属性を適用できるように改良した

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 9月 22日 (水) 21:33:29 JST


Revision: 2011
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2011
Author:   dhrname
Date:     2010-09-22 21:33:29 +0900 (Wed, 22 Sep 2010)

Log Message:
-----------
text要素に対してfill属性を適用できるように改良した

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

Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js	2010-09-22 12:24:53 UTC (rev 2010)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-09-22 12:33:29 UTC (rev 2011)
@@ -3528,7 +3528,7 @@
           }
         }
       }
-      var color = style.getPropertyValue("color");
+      var color = style.getPropertyValue("fill");
       tar._tar.style.color = color;
       var cursor = style.getPropertyValue("cursor");
       if (cursor !== "auto" && cursor !== "") {




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