[Sie-announce] SIEコード [2406] SVGPathElementのパスパーサに記号の誤りがあったので修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 15日 (火) 19:57:53 JST


Revision: 2406
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2406
Author:   dhrname
Date:     2011-02-15 19:57:53 +0900 (Tue, 15 Feb 2011)

Log Message:
-----------
SVGPathElementのパスパーサに記号の誤りがあったので修正

Modified Paths:
--------------
    branches/07x/org/w3c/dom/svg.js

Property Changed:
----------------
    branches/07x/org/w3c/dom/svg.js

Modified: branches/07x/org/w3c/dom/svg.js
===================================================================
--- branches/07x/org/w3c/dom/svg.js	2011-02-15 10:55:45 UTC (rev 2405)
+++ branches/07x/org/w3c/dom/svg.js	2011-02-15 10:57:53 UTC (rev 2406)
@@ -2393,7 +2393,7 @@
       for (var i=0, dli=dd.length;i<dli;++i) {
         D[i] = dd[i].match(sgs);
         for (var j=1, dili=D[i].length;j<dili;++j) {
-          D[i][j] = (D[i][j]) | 0;
+          D[i][j] = +(D[i][j]);
         }
       }
       sgs = dd = null;


Property changes on: branches/07x/org/w3c/dom/svg.js
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2209
/branches/06x/066/org/w3c/dom/svg.js:2211-2239
/branches/06x/067/org/w3c/dom/svg.js:2257-2282
/branches/06x/068/org/w3c/dom/svg.js:2284-2314
/branches/06x/069/org/w3c/dom/svg.js:2317-2352
/branches/06x/org/w3c/dom/svg.js:1861-2353
/branches/07x/070/org/w3c/dom/svg.js:2363-2383
/branches/ufltima/dom/svg.js:1621-1856
   + /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2209
/branches/06x/066/org/w3c/dom/svg.js:2211-2239
/branches/06x/067/org/w3c/dom/svg.js:2257-2282
/branches/06x/068/org/w3c/dom/svg.js:2284-2314
/branches/06x/069/org/w3c/dom/svg.js:2317-2352
/branches/06x/org/w3c/dom/svg.js:1861-2353
/branches/07x/070/org/w3c/dom/svg.js:2363-2383
/branches/07x/071/org/w3c/dom/svg.js:2385-2405
/branches/ufltima/dom/svg.js:1621-1856




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