svnno****@sourc*****
svnno****@sourc*****
2009年 3月 13日 (金) 22:39:51 JST
Revision: 1073 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1073 Author: dhrname Date: 2009-03-13 22:39:51 +0900 (Fri, 13 Mar 2009) Log Message: ----------- Modified Paths: -------------- branches/04x/045/sie.js Modified: branches/04x/045/sie.js =================================================================== --- branches/04x/045/sie.js 2009-03-13 13:16:20 UTC (rev 1072) +++ branches/04x/045/sie.js 2009-03-13 13:39:51 UTC (rev 1073) @@ -1289,7 +1289,7 @@ var ellipse = "ar " +el+ "," +et+ "," +er+ "," +eb+ " " +er2+ ",0 " +er2+ ",0 e"; var circle = '<v:shape style="position:relative; antialias:false;" coordsize="' +this.w+ ' ' +this.h+ '" path="' +ellipse+ '" stroked="f">' +ele.outerHTML+ '</v:shape>'; background.innerHTML = '<v:shape style="position:relative;" coordsize="' +this.w+ ' ' +this.h+ '" path="' +data+ '" stroked="f" fillcolor="' +color[color.length-1]+ '" />'; - gradient.innerHTML = + gradient.innerHTML = circle; background.filters[0].apply(); background.innerHTML = circle; background.filters[0].play();