svnno****@sourc*****
svnno****@sourc*****
2010年 9月 8日 (水) 22:30:50 JST
Revision: 1991
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1991
Author: dhrname
Date: 2010-09-08 22:30:50 +0900 (Wed, 08 Sep 2010)
Log Message:
-----------
displayプロパティのサポート
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-08 13:30:24 UTC (rev 1990)
+++ branches/06x/061/org/w3c/dom/svg.js 2010-09-08 13:30:50 UTC (rev 1991)
@@ -2129,6 +2129,8 @@
}
var vis = style.getPropertyValue("visibility");
el.style.visibility = vis;
+ var disp = style.getPropertyValue("display");
+ el.style.display = disp;
tod = el = fill = stroke = style = cursor = tar = matrix = null;
};