svnno****@sourc*****
svnno****@sourc*****
2011年 8月 30日 (火) 21:57:54 JST
Revision: 2903
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2903
Author: dhrname
Date: 2011-08-30 21:57:54 +0900 (Tue, 30 Aug 2011)
Log Message:
-----------
SVGSVGElementにコメントを追加
Modified Paths:
--------------
branches/08x/084/org/w3c/dom/svg.js
Modified: branches/08x/084/org/w3c/dom/svg.js
===================================================================
--- branches/08x/084/org/w3c/dom/svg.js 2011-08-30 12:24:47 UTC (rev 2902)
+++ branches/08x/084/org/w3c/dom/svg.js 2011-08-30 12:57:54 UTC (rev 2903)
@@ -1258,6 +1258,9 @@
evt = name = tv = ovb = par = tp = sa = mos = null;
}, false);
this.addEventListener("SVGLoad", function(evt){
+ /*以下のDOMAttrModifiedは浮上フェーズのときに、再描画をするように
+ *処理を書いたもの。属性が書き換わるたびに、再描画される
+ */
evt.target.addEventListener("DOMAttrModified", function(evt){
if (evt.eventPhase === /*Event.BUBBLING_PHASE*/ 3) {
var tar = evt.target,