search for: 34b4d68

Displaying 1 result from an estimated 1 matches for "34b4d68".

Did you mean: 34468
2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
...e <otte@gnome.org> Date: Sat Apr 14 00:13:33 2007 +0200 implement the Flash 8 linestyle reading This includes some shuffling around of code (like where line caps and joins are set) diff --git a/libswfdec/swfdec_morph_movie.c b/libswfdec/swfdec_morph_movie.c index 46ebd30..34b4d68 100644 --- a/libswfdec/swfdec_morph_movie.c +++ b/libswfdec/swfdec_morph_movie.c @@ -50,8 +50,6 @@ swfdec_morph_movie_render (SwfdecMovie * cairo_set_operator (cr, CAIRO_OPERATOR_OVER); cairo_set_fill_rule (cr, CAIRO_FILL_RULE_EVEN_ODD); - cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND); -...