svnno****@sourc*****
svnno****@sourc*****
2011年 7月 1日 (金) 23:23:34 JST
Revision: 2809 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2809 Author: dhrname Date: 2011-07-01 23:23:34 +0900 (Fri, 01 Jul 2011) Log Message: ----------- iframe要素のmargin設定を復活させた Modified Paths: -------------- branches/08x/081/org/w3c/dom/svg.js Modified: branches/08x/081/org/w3c/dom/svg.js =================================================================== --- branches/08x/081/org/w3c/dom/svg.js 2011-07-01 14:12:05 UTC (rev 2808) +++ branches/08x/081/org/w3c/dom/svg.js 2011-07-01 14:23:34 UTC (rev 2809) @@ -1691,6 +1691,7 @@ */ var dsd = new Date(); var ifr = document.createElement("iframe"); + ifr.marginWidth = ifr.marginHeight = "0px"; //このマージン設定がないと、全体がずれてしまう ifr.scrolling = "no"; ifr.frameBorder = "0"; /*iframe要素を使って、描画のプロセスを分離する