Hello strk, Thursday, May 3, 2007, 11:32:06 AM, you wrote: s> It doesn't help, as MovieTester still calls set_invalidated_bounds s> after fetching the bounds from the core lib. s> The problem is the the *first* time add_invalidated_bounds() is called, s> it only returns the actual shapes bounds, not the world bounds, so s> background is not taken in consideration.
Ah, ok, that's normal! There is nothing that could add the bounds of the stage (movie_root is not "visible" for invalidated bounds). You *need* to set world coordinates for the first frame. That's why gui.cpp initializes _redraw_flag with true... Udo _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

