svnno****@sourc*****
svnno****@sourc*****
2011年 4月 7日 (木) 12:53:05 JST
Revision: 530 http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=530 Author: yoya Date: 2011-04-07 12:53:05 +0900 (Thu, 07 Apr 2011) Log Message: ----------- www 表示 shape 対象に definemorphshape を追加 (まだ動かないかも…) Modified Paths: -------------- trunk/www/swfimagelist.php -------------- next part -------------- Modified: trunk/www/swfimagelist.php =================================================================== --- trunk/www/swfimagelist.php 2011-04-07 03:51:59 UTC (rev 529) +++ trunk/www/swfimagelist.php 2011-04-07 03:53:05 UTC (rev 530) @@ -31,7 +31,8 @@ if (($tag == 20) || ($tag == 36)) { $ext = '.png'; } - if (($tag == 2) || ($tag == 22) || ($tag == 32)) { +// if (($tag == 2) || ($tag == 22) || ($tag == 32)) { + if (($tag == 2) || ($tag == 22) || ($tag == 32) || ($tag == 46)) { $ext = '.shape'; } if (empty($ext)) {