On Fri, Feb 08, 2008 at 05:22:22PM +0100, Udo Giacomozzi wrote: > s> To reproduce the bug, just make movie with no visible drawing > s> loading a movie with somethign in it. > > s> Gnash will just always show a blank screen. > > Does it render when you comment the "if bounds_in_clipping_area" line? > > How does the display hierarchy look like in this case?
I attached the .as files and .swf files to this bug item: https://savannah.gnu.org/bugs/index.php?22258 Yes, skipping the bounds_in_clipping_area makes it work. This is because computed bounds are NULL. The culprit seems to be in DisplayList::add_invalidated_bounds, which fails to see something. I'm trying to inspect the beginNonRemoved method.. --strk; PS: thanks for the quick answer. _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

