search for: 400ca2e

Displaying 1 result from an estimated 1 matches for "400ca2e".

Did you mean: 4004ae
2008 Jan 02
0
3 commits - libswfdec/swfdec_movie.c test/trace
...t;otte at gnome.org> Date: Wed Jan 2 15:11:12 2008 +0100 fix invalidation rectangle computation for masks Previously they were not computed at all (oops) and that could cause masked movies to disappear... diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index 400ca2e..547155b 100644 --- a/libswfdec/swfdec_movie.c +++ b/libswfdec/swfdec_movie.c @@ -950,12 +950,20 @@ swfdec_movie_render (SwfdecMovie *movie, cairo_t *cr, cairo_pattern_t *mask; if (movie->parent == movie->masked_by->parent) { cairo_transform (cr, &movie->inverse_mat...