svnno****@sourc*****
svnno****@sourc*****
2011年 7月 13日 (水) 23:46:49 JST
Revision: 2834 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2834 Author: dhrname Date: 2011-07-13 23:46:49 +0900 (Wed, 13 Jul 2011) Log Message: ----------- iframe要素の属性処理を変えることにより、フレームの枠をよりブラウザの仕様に近づけた Modified Paths: -------------- branches/08x/082/org/w3c/dom/svg.js Modified: branches/08x/082/org/w3c/dom/svg.js =================================================================== --- branches/08x/082/org/w3c/dom/svg.js 2011-07-13 14:41:30 UTC (rev 2833) +++ branches/08x/082/org/w3c/dom/svg.js 2011-07-13 14:46:49 UTC (rev 2834) @@ -1788,8 +1788,8 @@ tar.setAttributeNodeNS(att); } str = attr = null; - ifr.style.width = tview.width+3+ "px"; - ifr.style.height = tview.height+3+ "px"; + ifr.setAttribute("width", objw); + ifr.setAttribute("height", objh); dcp.style.width = tview.width+ "px"; dcp.style.height = tview.height+ "px"; dcp.coordsize = tview.width+ " " +tview.height;