svnno****@sourc*****
svnno****@sourc*****
2009年 6月 5日 (金) 23:02:13 JST
Revision: 1206 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1206 Author: dhrname Date: 2009-06-05 23:02:13 +0900 (Fri, 05 Jun 2009) Log Message: ----------- Modified Paths: -------------- branches/05x/sie.js Modified: branches/05x/sie.js =================================================================== --- branches/05x/sie.js 2009-06-05 13:31:02 UTC (rev 1205) +++ branches/05x/sie.js 2009-06-05 14:02:13 UTC (rev 1206) @@ -1318,7 +1318,7 @@ background.style.position = "absolute"; background.style.textAlign = "left"; background.style.top = "0px"; background.style.left = "0px"; background.style.width = this.w+ "px"; background.style.height = this.h+ "px"; outline.appendChild(background); - background.style.filter = "'progid:DXImageTransform.Microsoft.Compositor'"; + background.style.filter = "progid:DXImageTransform.Microsoft.Compositor"; background.filters.item('DXImageTransform.Microsoft.Compositor').Function = 23; var circle = '<v:shape style="position:relative; antialias:false; top:0px; left:0px;" coordsize="' +this.w+ ' ' +this.h+ '" path="' +ellipse+ '" stroked="f">' +ele.outerHTML+ '</v:shape>'; background.innerHTML = '<v:shape style="position:relative; top:0px; left:0px;" coordsize="' +this.w+ ' ' +this.h+ '" path="' +data+ '" stroked="f" fillcolor="' +color[color.length-1]+ '" ></v:shape>';