svnno****@sourc*****
svnno****@sourc*****
2011年 4月 8日 (金) 00:14:02 JST
Revision: 549 http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=549 Author: yoya Date: 2011-04-08 00:14:02 +0900 (Fri, 08 Apr 2011) Log Message: ----------- 1つのShapeに複数のbitmap_refがある時に初めの分しか取れない不具合の修正 (デグレード) Modified Paths: -------------- trunk/src/swf_tag_shape.c -------------- next part -------------- Modified: trunk/src/swf_tag_shape.c =================================================================== --- trunk/src/swf_tag_shape.c 2011-04-07 14:31:51 UTC (rev 548) +++ trunk/src/swf_tag_shape.c 2011-04-07 15:14:02 UTC (rev 549) @@ -240,6 +240,7 @@ shape_records = _swf_tag_shape_search_new_style_in_shape_records(shape_records); if (shape_records) { + styles = &(shape_records->shape.shape_setup.styles); shape_records = shape_records->next; // next } else { break; // finish @@ -330,8 +331,8 @@ shape_records = _swf_tag_shape_search_new_style_in_shape_records(shape_records); if (shape_records) { + styles = &(shape_records->shape.shape_setup.styles); shape_records = shape_records->next; // next - styles = &(shape_records->shape.shape_setup.styles); } else { morph_shape_check = 0; if (morph_shape_check) {