[Sie-announce] SIEコード [1060] 不要なcoordorgin属性を削除

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 11日 (水) 20:13:52 JST


Revision: 1060
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1060
Author:   dhrname
Date:     2009-03-11 20:13:52 +0900 (Wed, 11 Mar 2009)

Log Message:
-----------
不要なcoordorgin属性を削除

Modified Paths:
--------------
    branches/04x/044/sie.js

Modified: branches/04x/044/sie.js
===================================================================
--- branches/04x/044/sie.js	2009-03-10 14:56:14 UTC (rev 1059)
+++ branches/04x/044/sie.js	2009-03-11 11:13:52 UTC (rev 1060)
@@ -1269,10 +1269,10 @@
     var et = parseFloat(this.tar.currentStyle.top), el = parseFloat(this.tar.currentStyle.left), ew = parseFloat(this.tar.currentStyle.width), eh = parseFloat(this.tar.currentStyle.height), ew2 = ew / 2;
     var ellipse = "ar " +et+ "," +el+ "," +eh+ "," +ew+ " " +ew2+ ",0 " +ew2+ ",0 e";
     var coord = 'coordsize="' +this.w+ ' ' +this.h+ '"';
-    background.innerHTML = '<v:shape style="position:relative;" coordorgin="0 0"' +coord+ 'path="' +data+ '" stroked="f" fillcolor="' +color[color.length-1]+ '" />';
-    gradient.innerHTML = '<v:shape style="position:relative; antialias:false;" coordorgin="0 0"' +coord+ 'path="' +ellipse+ '" stroked="f">' +elout+ '</v:shape>';
+    background.innerHTML = '<v:shape style="position:relative;"' +coord+ 'path="' +data+ '" stroked="f" fillcolor="' +color[color.length-1]+ '" />';
+    gradient.innerHTML = '<v:shape style="position:relative; antialias:false;"' +coord+ 'path="' +ellipse+ '" stroked="f">' +elout+ '</v:shape>';
     background.filters[0].apply();
-    background.innerHTML = '<v:shape style="position:relative; antialias:false;" coordorgin="0 0"' +coord+ 'path="' +ellipse+ '" stroked="f">' +elout+ '</v:shape>';
+    background.innerHTML = '<v:shape style="position:relative; antialias:false;"' +coord+ 'path="' +ellipse+ '" stroked="f">' +elout+ '</v:shape>';
     background.filters[0].play();
     this.tar.parentNode.insertBefore(background, this.tar);
     background.style.left = "-40";




Sie-announce メーリングリストの案内
Zurück zum Archiv-Index