struct swf_shape { swf_styles_count f_styles_count; swf_shape_record f_shape_records[variable]; };
The array of shape records starts with a set of style definitions and is followed by shape records. The last record is marked by a null record.
Comments
Post new comment