[Sie-announce] SIEコード [1570]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 1月 12日 (火) 21:45:04 JST


Revision: 1570
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1570
Author:   dhrname
Date:     2010-01-12 21:45:04 +0900 (Tue, 12 Jan 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/05x/058/sie.js

Modified: branches/05x/058/sie.js
===================================================================
--- branches/05x/058/sie.js	2010-01-12 12:43:44 UTC (rev 1569)
+++ branches/05x/058/sie.js	2010-01-12 12:45:04 UTC (rev 1570)
@@ -1191,9 +1191,7 @@
     var sw = new STLength(this.strokewidth, Math.sqrt((w*w + h*h) / 2));
     var swx = sw.value * Math.sqrt(Math.abs(matrix.determinant()));
     strokeElement.setAttribute("weight", swx + "px");
-    if (_urlreg.test(this.stroke)) {
-      this.gradient(strokeElement, RegExp.$1);
-    } else {
+    if (!_urlreg.test(this.stroke)) {
       strokeElement.setAttribute("color", this.color(this.stroke));
       var strokeOpacity = this.strokeopacity * this.opacity; //opacityを掛け合わせる
       if (swx < 1) {




Sie-announce メーリングリストの案内
Back to archive index