search for: swfdec_sub_path_create

Displaying 1 result from an estimated 1 matches for "swfdec_sub_path_create".

2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...fdec/swfdec_shape_parser.c b/libswfdec/swfdec_shape_parser.c index 75f3f99..90e09ef 100644 --- a/libswfdec/swfdec_shape_parser.c +++ b/libswfdec/swfdec_shape_parser.c @@ -428,7 +428,6 @@ swfdec_shape_parser_parse_change (Swfdec SWFDEC_LOG (" moveto %d,%d", *x, *y); } - path = swfdec_sub_path_create (parser->subpaths, *x, *y); if (state_fill_styles0) { parser->fill0style = swfdec_bits_getbits (bits, parser->n_fill_bits); SWFDEC_LOG (" * fill0style = %d", parser->fill0style); @@ -452,6 +451,7 @@ swfdec_shape_parser_parse_change (Swfdec swfdec_shape_pars...